Inconsistent accent folding with Opensearch in Wagtail admin #13005
Labels
status:Unconfirmed
Issue, usually a bug, that has not yet been validated as a confirmed problem.
type:Bug
Issue Summary
I have a page with a title that contains accented characters.
With Opensearch, searching the accented word in Wagtail admin returns no results; searching for the non-accented version returns the page.
Interestingly, with the database search, the reverse is true: searching for the accented word returns the page; searching for the non-accented word returns nothing.
Steps to Reproduce
fade9b1
pip install elasticsearch==7.13.4
bakerydemo/settings/local.py
with the following content:Bäckerei
(no resuls) and forBackerei
(one result).Technical details
3.12.9
.5.1.7
.6.4.1
.18.3.1
.Working on this
Anyone can contribute to this. View our contributing guidelines, add a comment to the issue once you’re ready to start.
The text was updated successfully, but these errors were encountered: