There is a way to build a filter page with no code?

Hello, I want to build something similar to this filter page; https://www.ussilica.com/materials/whole-grain-silica/products?_limit=14&_page=1&material=273&currentnode=273&application=38.

Is it possible without coding?

If you add a repeater and connect it to a dataset (without code) you could probably do something similar. Just attach elements (not in the repeater) to filter the dataset on the page that connects to the repeater (I’m not 100% on which elements can filter without code) and use a button as a “clear filters”.

1 Like

What you are showing in your example is a > FILTER-ENGINE.

You have different ways of how to generate such a FILTER-ENGINE.

1) You can go the DATASET-WAY —> using a DATASET connected to your DATABASE.
In this case you would be able to create your FILTER-ENGINE very quickly, because everything is already given OUT-OF-THE-BOX. You have a DATABASE, where you connect a DATASET to. Then you use simply the DATASET to connect all elements like DROPDOWNS, SELECTION-TAGS and other control-elements on your page to the DATASET.

DISATVANTAGES: Such a SETUP has it’s —> BOUNDARIES. Not every usecase can be build with this setup. If you want a more custom and more flexible FILTERING-ENGINE → you will need to code it → (Wix-Data-Way).

2) You can go the Wix-Data-Way.
So the DATASET-WAY was not enough for your purposes? Well, then you can generate your own specific and flexible FILTERING-ENGINE by using the Wix-Data-API.

You will find a lot of example, like…

Search results for 'filter-Engine order:latest' - Wix Studio Community forum

Just type in —> filter-engine <— into the search and see what you get…

1 Like

Creating a similar filter without code isn’t possible. but a simple filter could be done according to the following