Hi
i wish to know how can I create a sidebar with multiples filters like the one below:
I would like to know how I must set the query.
Thanks
Hi
i wish to know how can I create a sidebar with multiples filters like the one below:
I would like to know how I must set the query.
Thanks
You just need to define multiple filters in the query builder.
thanks Teodor
but i would like to filter for conditions (checkboxes) and for text input
Ok but can you ask your question a bit more specific? I don’t currently understand what part is unvlear for you.
If I setup something like this, don’t work.
The first filter is for text search and the others 2 are checkboxes.
The text box should be a single filter because it should filter the database just for text.
The others two should be ‘AND’ filters
I hope it’s more clear.
Just add them as separate groups instead and add conditions to each group, where the filters should be applied.
Thanks Teodor