|
Overview: There is a need to support phrase searching so that users can conduct a more precise search when retrieving records in Inventory and MARC authority apps. Phrase search is explained here - https://github.com/folio-org/mod-search#cql-query-operators
Requirements
- When users input terms within double quotes while conducting a search in Inventory or MARC authority app, match against titles using an exact match, in the exact order (match phrase query)
- No fuzzy logic or word stemming; "Global" should not match to "Globalization"
- No additional positions allowed between terms in the phrase for a match
- Terms outside of the quotes should all also be found in the title, but not necessarily in the same order and may have additional words in between
- Searches should NOT be case sensitive
- Full-text usage
|