Hi,
can I ask you what is the best way to approach this. I could use "where" request but I dont see a way to do this with miltiple "wheres"
Its a search in a property rental app.
Below are screenshot of db and ui
in the ui I have 4 selectmenus
1 choose area
2 choose No of bedrooms
3 choose price range. (between 500 and 750 for eg)
4 Profession
What I am trying to achieve is to end up with an array
(of results of queries for eg. all 2 bed properties in a certain town with rent price between 500-750 suitable for profrssionals)
and be able to map the resulting array to a grid in the ui
thx inadvance