Hello everyone, I’m currently working on a project using bubble to create an Airbnb clone. I’m facing an issue with the search result page and would greatly appreciate your assistance in resolving it.
In my app, users can search for properties based on filters like location, staying period, and number of people. However, I would like to add an additional filter that allows users to refine their search based on the details of the property owner, such as gender, age, and ethnicity.
The problem I’m encountering is that the property details are stored in the “Property” database, while the user details are stored in the “User” database. I’m unsure of how to simultaneously filter the search results using two different databases.
To illustrate the desired functionality, here are the steps I would like to achieve:
- User enters location, date, and number of people for their search.
- The search results of repeating groups display properties located near the specified location.
- Users can further filter the result with details of properties, e.g. Property type, Type of place, Rooms and beds, etc (same database in “Property”)
- I would like to further filter these search results from step 2 based on the details of the property owner, such as gender, age, and ethnicity.
Thank you in advance for your time and greatly appreciate any guidance, and I’m looking forward to your valuable input.