-
Notifications
You must be signed in to change notification settings - Fork 103
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
Feature/add support for an in filter operator to grid helper #115
Feature/add support for an in filter operator to grid helper #115
Conversation
To be merged after |
After pimcore/pimcore:v11.1.0 |
@mfedak-notebooksbillger Looks Good. But could you please refactor the code in override.js such that we don't need to take care of the existing options like gt,lt,eq etc. Like we do for Quantity Value using the inheritance here
|
@mfedak-notebooksbillger Thank you for the PR. We will focus on the refactoring #115 (comment) in a follow up PR. |
Changes in this pull request
Add support for an 'in' filter operator when filtering numerical fields in the grid.
Additional info
At Notebooksbilliger we had a need to filter a column in the grid with multiple values. We have created our own bundle to achieve this but we did have to modify some core code. We are currently changing this core file using a composer patch but would love to see this extra operator check included in future.
Example: https://beta.im.ge/i/in-filter-numeric-columns.FM5r79
(Is related to pimcore/pimcore#15315)