| Summary: | Elasticsearch and punctuation | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kristi Krueger <kkrueger> |
| Component: | Searching - Elasticsearch | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kkrueger, nick |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27153 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
|
Description
Kristi Krueger
2024-06-19 20:43:31 UTC
Hi Kristi, which version of Koha are you testing with? This might have been fixed by bug 27153 already (in 23.11). (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 |