-
Notifications
You must be signed in to change notification settings - Fork 5
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
withEntitiesHybridFilter #160
Labels
Comments
gabrielguerrero
pushed a commit
that referenced
this issue
Jan 31, 2025
New store feature to handle filter cases where some of the filter props should trigger a remote filter and some a local filter Fix #160
gabrielguerrero
pushed a commit
that referenced
this issue
Feb 1, 2025
New store feature to handle filter cases where some of the filter props should trigger a remote filter and some a local filter Fix #160
gabrielguerrero
pushed a commit
that referenced
this issue
Feb 1, 2025
New store feature to handle filter cases where some of the filter props should trigger a remote filter and some a local filter Fix #160
gabrielguerrero
pushed a commit
that referenced
this issue
Feb 1, 2025
New store feature to handle filter cases where some of the filter props should trigger a remote filter and some a local filter Fix #160
🎉 This issue has been resolved in version 19.0.0-beta.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
withEntitiesHybridFilter is intended to fill a use case not well handled by withEntitiesLocalFilter or withEntitiesRemote filter, where the we have a filter that have some properties that should trigger a remote filter some that have do a local filter.
For example a product list that has a search box to filter products name locall but it also has a dropdown with product categories, that on change will reload the list from the backend with a different set of products
The text was updated successfully, but these errors were encountered: