-
Notifications
You must be signed in to change notification settings - Fork 243
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
Inclusive/Excluse filtering mode #20
Comments
Hello @kazasoft, if I understand you correctly you want to render items that would belong to both of these categories. Currently, there is no such functionality supported but this is a nice idea for a future patch, so I will keep it in mind 👍 The only functionality that does work in an exclusive fashion in Filterizr is the search function |
Yes, you understand correctly. |
+1 for this feature request. |
+1 I tried doing some crazy stringing together of searchTerms but search bypasses the data-filter selections. Basically just becomes a search library... |
+1 any news? |
+1 I need this to! |
Hi Guy, Can you please help me how to implement AND operator in the search.. :( I have about 100 products with different searching criteria.. right now i am facing the same problem |
if you check my pull request, it solve it (and add many other thing). check #61 I did not make much documentation, though. so it may be a bit hard to understand. |
This feature is now added in 1.3.0. You simple need to set the option when instantiating |
hello
I have a few data-multifilter
sample
And i have some blocks
in defaul mode if i choice category 1 and 4 Filtterzr result 1 OR 4. But i need 1 AND 4. I need result only data-category="1,2,4"
is there any option to set the sampling algorithm? some INCLUSIVE/EXCLISIVE mode... like this http://wch.io/projects/tagsort/demo-stacks/
The text was updated successfully, but these errors were encountered: