Bug 9233

Summary: Use unambiguous boolean operators for searches
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: SearchingAssignee: Jared Camins-Esakov <jcamins>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: bob-ewart, marjorie.barry-vila, nengard
Version: master   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 9234, 9240    

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.