Allowing user to input multiple filters

So let’s say you’d like to create a real estate site and you’d like to allow users to use multiple filters at once. For example if you’re in airbnb you can filter the zone, number of bedrooms and then search.

Right now I’m aware I can handle multiple filters on my end (as in create a page for a combination of filters). The question is: is it possible to allow the end user to somehow input multiple filters without having to resort to an insane amount of links (one for every combination).

I’m pretty sure this isn’t possible so I’m just going to have to limit it to a single filter, but would be nice to hear if anyone’s had this problem with more complex listing sites.

3 Likes

Yes, this would be epic. I’m trying to figure out this exact same thing.

1 Like