Skip to content
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

Merged
merged 3 commits into from
Dec 7, 2023
Merged

fix: accented values for facets #9483

merged 3 commits into from
Dec 7, 2023

Conversation

stephanegigandet
Copy link
Contributor

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

@teolemon
Copy link
Member

teolemon commented Dec 5, 2023

Swell @stephanegigandet 👏👏👏

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (5b37fe2) 49.03% compared to head (c66e9cb) 49.02%.
Report is 3 commits behind head on main.

Files Patch % Lines
lib/ProductOpener/Display.pm 57.89% 6 Missing and 2 partials ⚠️
lib/ProductOpener/APITaxonomySuggestions.pm 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added ✏️ Editing - Auto Suggest Providing autosuggest for taxonomized fields. Mostly used in editing scenarii 👥 Users labels Dec 6, 2023
Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

}

return @params;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool !

Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect !

@alexgarel alexgarel merged commit 33571ba into main Dec 7, 2023
13 checks passed
@alexgarel alexgarel deleted the accented-facets branch December 7, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Display ✏️ Editing - Auto Suggest Providing autosuggest for taxonomized fields. Mostly used in editing scenarii 🧪 tests 🧪 unit tests 👥 Users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eg-oko-verordnung: The label page marks it as taxonomized, the /labels marks it as non taxonomized
4 participants