Add multiple filter for same field in global filter #121
sefirosweb
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be very useful to use a filter system with many comparators and under the same field,
For example if you want to search for a product that can be searched by "table" and then "blue",
You could indicate by means of an array how many filters you want to use in the global filter,
The result would be something like this:
Obviously the filter can be executed locally or on a server, in my experience it is much more satisfactory to search like this, especially when you have to perform a refined search, and due to certain volumes of the database you cannot search for "something" in any table of database.
I attach online example i means:
https://sefirosweb.github.io/react-crud/?path=/story/tables-crud--template
** This can be easily applied in text fields, the problem would be in list type fields, numbers, ...
Odoo incorporates a search engine like this and also includes an advanced search system, in case it serves as inspiration
PD: Awesome project, that idea is same has i have but this project is much better
Beta Was this translation helpful? Give feedback.
All reactions