Best filtered search for car dealership

Hi there, I am trying to create a website for a car dealership using Wix Editor. I have my home page set up but need to add a filtered search such as the one in the image below. Is there any App that you could recommend so I can achieve a similar result?

The only filtering options I have noticed on Wix are once you are looking at all the products (there will be a filter box on the left) but what I need is a filtered search on my home page.

you can add input fields in Wix Studio and connect them to a dataset, but to get what you need above it would most likely need to be coded, for the reults quantity to show and for the dropdown to filter based on other dropdown inputs

The more complex is getting your SEARCH-ENGINE → the more i would suggest you to do it by code (like already suggested by Dan_Shur).

If you want to generate it by code, you can start here…

You can implement all possible and available elements into your own created SEARCHENGINE…

  1. Inputs
  2. Dropdowns
  3. Selection-Tags
  4. Radio-Buttons
  5. Checkboxes and so on and so on…