This commit is contained in:
@@ -35,6 +35,9 @@ REQUIREMENTS
|
||||
|
||||
- USE-CASE: Central text search for any match. Can include tags. Can specify a type of object result desired.
|
||||
|
||||
- MINIMUM 2 character words only are searchable
|
||||
- MAXIMUM 255 character words only are indexed (cut off at 255 if longer)
|
||||
|
||||
- ? USE-CASE: In-object text search for the typeandid that user is in, e.g. when in Client info form can search on that client.
|
||||
- This is problematic because it seems to require searching for related objects but that's deprecated to priority 2
|
||||
- Maybe more ideally is a search that can be something like "search all workorders FOR THIS CLIENT" or search all units "FOR THIS CLIENT"
|
||||
@@ -68,7 +71,6 @@ REQUIREMENTS
|
||||
- Coding: break this into separate discrete classes, the old v7 code is very monolithic and in-elegant
|
||||
|
||||
//TODO:
|
||||
- SAMPLE DATA: Need a huge amount of sample data indexed to load test it
|
||||
- INDEXES: play with it and see what works best
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user