How to create an advanced list filtering

Hi

i wish to know how can I create a sidebar with multiples filters like the one below:

https://www.amazon.com/s?i=specialty-aps&bbn=16225007011&rh=n%3A16225007011%2Cn%3A1292115011&ref=nav_em__nav_desktop_sa_intl_monitors_0_2_6_8

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