Fix default search
Description
Environment
None
Potential Workaround
None
Checklist
hideTestRail: Results
Activity
Show:

Mike Taylor January 8, 2018 at 11:29 AM
It now generates queries like
This uses four indexes, all of them specified as supported in the Codex in https://github.com/folio-org/raml/blob/master/schemas/codex/codex_instance_cqlschema.json
(Note that this search is only available when the Ebsco KB is deselected, so it's never asked to do an OR operation that it can't handle.)
Done
Created January 8, 2018 at 11:14 AM
Updated February 12, 2018 at 11:05 AM
Resolved January 8, 2018 at 11:49 AM
TestRail: Cases
TestRail: Runs
When searching with no particular index specified, ui-search falls back to doing what it considers the best it can, which is a broad search across multiple fields, as ui-users and the others do. That is currently
which is not compliant with the Codex profile. It needs changing.