-
Notifications
You must be signed in to change notification settings - Fork 270
feat: Add support for custom search filtering on nodes (#270) ✨ #270
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
Conversation
Pull Request Test Coverage Report for Build 1249
💛 - Coveralls |
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.
Looks good barring minor tweaks
Code Climate has analyzed commit 1a52123 and detected 0 issues on this pull request. View more on Code Climate. |
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.
Yet another useful addition!! 👏
- [always](#always) | ||
- [form states (disabled|readOnly)](#formstates) | ||
- [id](#id) | ||
- [searchPredicate](#searchPredicate) |
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.
New prop: `searchPredicate` - Adds support to filter nodes using custom search logic. For details, checkout README.
What does it do?
Adds an additional property, searchPredicate, which is used when filtering/searching for nodes.
Can be used to have acronyms and other metadata, which should cause a match/hit, or to implement a fuzzy search.
Fixes #269
Type of change