Summary: | Single word search terms for 'Title as phrase' searches don't limit properly | ||
---|---|---|---|
Product: | Koha | Reporter: | Sara Brown <sbrown> |
Component: | Searching | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew |
Version: | 24.11 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Sara Brown
2025-06-25 17:40:10 UTC
QueryAutoTruncate determines whether or not Koha truncates individual words within search -- so with QueryAutoTruncate on, a search for "horse" could return "horsefly" and "horsehair." (As opposed to QueryStemming, which would allow "horse" to return "horsing" -- the need to drop the "e" when adding the "ing" makes it more than QueryAutoTruncate can handle.) The search documentation says Title As Phrase is an exact phrase search and says this about exact searches. "ext : exact search on whole subfield (does not work with icu)" You're looking for this to mean "my entire search term must match the entire title." It appears to currently behave as "my entire search term must match part of the title." |