Bug 28309 - Searching with hyphen doesn't work with Elasticsearch
Summary: Searching with hyphen doesn't work with Elasticsearch
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Elasticsearch (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Peter Vashchuk
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-10 14:25 UTC by Joonas Kylmälä
Modified: 2021-05-19 09:10 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Kylmälä 2021-05-10 14:25:21 UTC
If a biblio title contains the hyphen character "–" / \xE28093 and you try to search the title as it is written with the hyphen the search produces no results. I think we need to add hyphen to the list of punctuation characters to ignore to fix this problem. The file is in admin/searchengine/elasticsearch/index_config.yaml

The issue could probably fixed also by removing hyphen in the tokenization step when storing the record to the index?