Summary: | QueryAutoTruncate can break search when ICU is activated | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Searching | Assignee: | Galen Charlton <gmcharlt> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | major | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9715 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | screenshot of configuration settings |
Hi Katrin, I have a feeling that this is related to bug 9715 too.. the testing I had completed in there also had ICU indexing enabled. I haven't yet had a chance to follow up my investigations into what preference combinations work and don't work overall. Maybe you could help on that front too? Martin Hi Martin, I have no time to test out all the various possible combinations, maybe it's a start to investigate the now known bad combinations? |
Created attachment 17149 [details] screenshot of configuration settings To reproduce: Make sure Koha is installed to use ICU indexing. Configuration settings: IncludeSeeFromInSearches = Don't include QueryAutoTruncate = automatically QueryFuzzy = Try QueryStemming = Try QueryWeightFields = Enable UseIcu = Using UseQueryParser = Do not try With this settings, search will work. Now switch QueryAutoTruncate = only when * is added Search won't work at all now.