https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43320 Bug ID: 43320 Summary: Don't repeat a quoted search with more quotes when no results Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- On bug 31213 we added a fallback quoted search when no results were found. A side effect here is that a quoted phrase that has no results, will then repeat the search quoted, which has the effect of an unquoted search, and will return items that have the terms, but not the phrase. Before repeating the search, we should check if the search is already quoted, and not search again if so. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.