case 4025 replaced partnumber with partname and changed partname to partdescription

This commit is contained in:
2021-11-22 20:30:03 +00:00
parent 7b3b547072
commit 0265efbc26
45 changed files with 336 additions and 327 deletions

View File

@@ -44,7 +44,7 @@ REQUIREMENTS
- For performance it would be something that runs *after* the search results are returned, either on demand (user clicks on excert button, or slowly fills in the list async)
- NAME: in search index include a bool indicating the word is actually part of the name or equivalent of the object, this will make name searches WAAAAYYY easier!!!
- in non named objects it's whatever the primary identifier is, i.e. workorder number for a workorder, partnumber for a part
- in non named objects it's whatever the primary identifier is, i.e. workorder number for a workorder, partb number for a part
- Maybe all objects should have a "name" column in db be it a workorder number or part number just for consistency
- RIGHTS: if a search is performed that is not NAME ONLY then the user role must have rights to read the full object even if the results are found in the name as this simplifies things greatly
- TAGS: Any search, anywhere, can include tags (internally it will post filter on tags after initial text search or if no text then will just search tags)