I have a database of residential units. Each residential unit row in the database is described by: a Town, a Street, a Floor, a Price.
I would like a user of my website to be able to choose 3 floors (e.g. Floor1, Floor2 and Floor3) from a multi dropdown and be displayed residential units situated on Floor1, Floor2 and Floor3.
I installed Bubble’s Multi Dropdown plugin, thinking it can easily achieve what I intended.
Tried many times - it cannot be easily set up as a constraint in the form of:
— Search for Properties (constraint: Floor contains Multidropdown’s value). Done this way, only Properties corresponding to one Floor is displayed even though the user have selected three Floors.