We’ve announced that we were working on this a few days ago. We’ve added two data types to Bubble and search support for them. You can define a date range (defined with 2 dates) and a number range. This will be especially useful if you want to build a booking system a la Airbnb, etc.
To define a date range, you should
- define such a field on a type
- use two dates (for instance 2 inputs), and do this
Then to perform some searches, you can search for entries whose range are contained, contain, overlap with another range. Or contain a given date, etc.
This will make building such systems much more intuitive and straightforward than using two date fields, etc.