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.