Bug 9233 - Use unambiguous boolean operators for searches
Summary: Use unambiguous boolean operators for searches
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jared Camins-Esakov
QA Contact:
URL:
Keywords:
: 5515 8651 (view as bug list)
Depends on:
Blocks: 9234 9240
  Show dependency treegraph
 
Reported: 2012-12-06 17:22 UTC by Jared Camins-Esakov
Modified: 2023-07-28 23:11 UTC (History)
3 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Camins-Esakov 2012-12-06 17:22:38 UTC
Right now Koha uses ambiguous operators like "and" and "or." for searching. It would be much better if Koha offered the option of using unambiguous search operators.
Comment 1 Katrin Fischer 2019-04-28 10:52:38 UTC
*** Bug 8651 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2019-04-28 23:35:33 UTC
*** Bug 5515 has been marked as a duplicate of this bug. ***
Comment 3 Katrin Fischer 2023-07-28 23:11:53 UTC
This is solved by Elasticsearch using AND, OR, NOT. We probably won't solve it for Zebra now.