-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: accented values for facets #9483
Conversation
Swell @stephanegigandet 👏👏👏 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9483 +/- ##
==========================================
- Coverage 49.03% 49.02% -0.01%
==========================================
Files 66 66
Lines 20422 20434 +12
Branches 4901 4905 +4
==========================================
+ Hits 10013 10018 +5
- Misses 9142 9147 +5
- Partials 1267 1269 +2 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
} | ||
|
||
return @params; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect !
The unlimited facets feature broke accented facets in languages that we don't de-accent (e.g. German).
Added some tests.
This should fix #9437 and #9465