[Koha-bugs] [Bug 27153] ElasticSearch should search keywords apostrophe blind

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 00:34:59 CEST 2022


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

--- Comment #13 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 139969
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139969&action=edit
Bug 27153: POC

This is a small example to show that we can add an extra field to our default
indexing that
removes punctuation.

If we then add that field to the fields we push, we can sarch both the regular
and the punctuation stripped version

To complete this we would need to add a 'search variations' field to the ES
config page, for the user to decide which
fields should be searched in all variations, and which shouldn't

Or we could add this to all 'simple searches' from the search bar, and only
search exact on advanced searches.

I am happy to explore either option

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


More information about the Koha-bugs mailing list