Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
Falcon Sprint 120
-
1
-
Falcon
Description
Purpose/Overview:
The purpose of this story is to allow the user a full text search within the item's circulation notes field.
Requirements/Scope:
- Case insensitive
- Word match in the Inventory item'sĀ circulationNotes[].note (array of strings)
- Search circulation notes when conducting search by all item notesĀ
- Supports search in other than English languages (including CKJ languages, Arabic, Hebrew)
Acceptance criteria:
- Query returns accurate hit count
- User can search by any word that is a part of the field's value
- Results are ranked based on term frequency, inverse document frequency and field length
- Stemming according with configured on the tenant language tokenizers
Assumptions:
- Hyphens are treated as separators of the tokens.
Outside the scope:
- limiting search by the note type
Additional Information:
Inventory item schema: https://github.com/folio-org/mod-inventory-storage/blob/master/ramls/item.json
TestRail: Results
Attachments
Issue Links
- clones
-
MSEARCH-118 Item - support full text search notes field
-
- Closed
-
- defines
-
UXPROD-3129 Accuracy improvements in Inventory ES Search
-
- Closed
-
- is cloned by
-
MSEARCH-175 Item - include circulation notes search in item notes searches
-
- Closed
-