-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
refactor: renovate FuzzySearch #4621
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Report too large to display inline |
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2025-03-03 13:11:14 UTC |
60895b1
to
1cbab99
Compare
6c20440
to
d7824e9
Compare
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.
Sweet 👌🏻
d7824e9
to
39724ff
Compare
Our
FuzzySearch
implementation, which we're mostly using inside the entity selector, has fallen a bit by the wayside, and could need some love (especially since I'm tackling #4622).So, this PR
fuzzysort
. changelog here, tl;dr: the order of results has slightly changed for the better, and it now supports stripping diacritics and accents, which is helpful forEspaña
, for example.GDP -> gdp-world-bank
andGDP -> gdp-maddison
), useful for feat(entitySelector): allow searching for entities in multiple languages #4622.