Bug 38324

Summary: Reports keyword searching as phrase
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2024-11-01 15:25:48 UTC
When searching to filter reports via keyword, we treat the search terms as a phrase. I feel it would be more helpful to treat them as keywords.

To recreate:
 - Have a report named "Holds Log"
 - Search reports for "hold log"
 - Don't find anything
 - Be sad

This applies specifically to the search (from the reports homepage or on the left of the saved reports page), not the datatables filter. The datatables filter treats each search term independently.