[Koha-bugs] [Bug 18374] Respect QueryAutoTruncate syspref in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 7 12:37:54 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18374

--- Comment #10 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 64904
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64904&action=edit
Bug 18374 - Respect QueryAutoTruncate syspref in Elasticsearch

This patchset adds a subroutine '_truncate_terms' to the ES QueryParser.

If QueryAutoTruncate is enabled this function will be called for any
search to add wildcard '*' to all terms

To test:
1 - Enable Elasticsearch and have some records indexed
2 - Search for partial terms
3 - Note they fail unless '*' is appended
4 - Apply patch, leave QueryAutoTruncate disabled
5 - Note partial term searches still fail
6 - Enable QueryAutoTruncate
7 - Note partial term searches succeed
8 - Do some regular and advanced searches to make sure results are as
expected

https://bugs.koha-community.org/show_bug.cgi?id=18347

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list