EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
665 stars 183 forks source link

Filter result by multiple select elements #142

Open jkjohan opened 7 years ago

jkjohan commented 7 years ago

Maybe there is an obvious solution to this but I can’t find it or I'm not doing it right.

Is there a way to filter posts that have all the selected values? I have 3 html select elements containing values to filter on. If I try to filter with more then 1 of those select elements I want to get posts that have all the selected values. Not posts that have any of the selected values.

Thanks in advance!