Use case is Real Estate Rental business
Filtering by Bedrooms Bathrooms Price
Example:
Currently a user that would want a MINIMUM of 3 bedrooms (Bedrooms Numeric Field rule>=3)
MINIMUM of 2 bedrooms (Bathrooms Numeric Field rule >= 2)
Budget of 1500 or less per month. (Price Numeric Field <= 1500 )
Ideally a price RANGE filter would be amazing (Min Value Max Value)
Currently we have to allow multiple choices on bedrooms and bathrooms and then just sort by price ascending. There is really no easy way to filter on price since the price fields have 400 unique prices over 1,000 properties which makes it impossible to make as a dropdown or tag filter from a UI standpoint)
Also since there is no way to RE-SORT list by bedrooms or bathrooms ASC/DESC so the user has to scroll through lots of properties that are essentially “under priced” since it is locked into price ascending sort.
Adding my +1 here. Has anyone figured out a viable workaround? I could see how formula fields or views in Airtable might work in some limited cases (basically hardcoding the criteria in), but what if each user provides a favorite number and I want a filter to only show records that are greater than that number?
Adding my +1 to this request. I’d like to build a music store and I want to enable the user to be able to filter song listing results by minimum length and maximum length. Ideally, this would be via a slider, in much the same way that Kayak enables you to select flights with an earliest and latest departure times.
For example, my music store has songs as short as :30 and as long as 12:55. The user might want to see only results that are between 2:00 and 3:30 in length. By default, the left end of the slider would be at the minimum length of song in the store, and the right end of the slider would be at the maximum length of song in the store. I’d like to enable a user to slide the left end to the right to increase the minimum song length desired, and slide the right end to the left to decrease the maximum song length they are willing to purchase. I don’t think there’s any way to do that in Softr currently, even without the nifty sliders of the kind Kayak uses.
I’ve submitted this as a feature request. Image is of Kayak flight results with sliders that select Earliest and Latest Take-off times for reference. These sliders filter the flight options shown in the list block on the right.