useList filtering
Hello, is there a way to make filters with 'OR' operator?
I want to do global search input inside my table and wonders how to do it.
I had an idea to use "contains" operator from Strapi for each field but it seems that useList is not prepared for multiple fields being filtered with "OR" operator because theres non.
Doing it like so
won't give me option to filter by "product"_code OR "name".
Any ideas how can I implement it?
I want to do global search input inside my table and wonders how to do it.
I had an idea to use "contains" operator from Strapi for each field but it seems that useList is not prepared for multiple fields being filtered with "OR" operator because theres non.
Doing it like so
won't give me option to filter by "product"_code OR "name".
Any ideas how can I implement it?
