Bug 28182 - Elastic search exact authorities search includes punctuation
Summary: Elastic search exact authorities search includes punctuation
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Elasticsearch (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on: 26533
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-20 18:28 UTC by Nick Clemens
Modified: 2023-07-03 15:21 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2021-04-20 18:28:27 UTC
Bug 26533 fixes the 'exact' search option to search exactly

This reveals that the ES search includes punctuation

In koha testing docker search for:
Addison-Wesley professional computing series
And then:
Addison-Wesley professional computing series.

You get different records
Comment 1 Fridolin Somers 2021-04-29 12:46:09 UTC
Mmmm.
Should we only consider ending punctuation ?
Because I think we want to keep distinction between "Wi-Fi" and "Wifi", right ?
Same for parenthesis and back·slash.
Comment 2 Esther Melander 2022-06-24 17:26:51 UTC
I think this may be connected to bug 26472. It appears a wider discussion about how Elastic Search is handling punctuation is needed.
Comment 3 Katrin Fischer 2023-07-01 08:20:33 UTC
Is this the same discussion as bug 21357?
Comment 4 Esther Melander 2023-07-03 15:21:05 UTC
It is similar, but it is actually closer to bug 26472 Elasticsearch - ES - Authority record results not ordered correctly due to punctuation marks.