[Bug 37137] New: Elasticsearch and punctuation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37137 Bug ID: 37137 Summary: Elasticsearch and punctuation Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: kkrueger@cuyahogalibrary.org It would be great for those using Elasticsearch if searching the catalog would ignore commas and apostrophes, that is, treat the punctuation as a delete. This is how other search engines and ILS's handle searches. This will help those librarians that do (or do not) include punctuation in the search where it may not (or may) be in the record. The hoped for outcome is that searching for "1,000 fun facts" and "1000 fun facts" will retrieve the same results, and similarly "thats not my deer" and "that's not my deer" will retrieve the same results. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37137 Kristi <kkrueger@cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkrueger@cuyahogalibrary.or | |g -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37137 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27153 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Kristi, which version of Koha are you testing with? This might have been fixed by bug 27153 already (in 23.11). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37137 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #2 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #1)
Hi Kristi, which version of Koha are you testing with? This might have been fixed by bug 27153 already (in 23.11).
In that bug we remove the punctuation from the index, this means that a search for "1000" will return titles with "1000" or "1,000" We don't perform the same substitution on search terms, so a search for "1,000" will not return titles with "1000" Libraries would like it to work both ways -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org