-
Notifications
You must be signed in to change notification settings - Fork 489
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
Add fuzzy search to column type select popup #1529
Comments
/bounty $30 |
💎 $30 bounty created by rowyio 👉 Add a bounty • Share on socials
|
/attempt #1529 @harinij Can this issue be assigned to me ?
|
💡 @mehulmathur16 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @mehulmathur16 has been awarded $30! 🎈🎊 |
When selecting a column type and search for "string", I expect it to show the text field options, but it shows empty results.
Fuzzy search can be enabled in the column select popup. A possible package is Fuse.js, we can define relevant keywords to associate to column types, for example:
As a result, searching for "picture" will display "image" type, searching for "location" will display "geoPoint" type, for example.
And we can tolerate typos, searching for "strng" will display "shortText" type.
The text was updated successfully, but these errors were encountered: