I am developing a real estate portal but as it is the first time I do one, I do not know exactly how logic works to get the desired result. After tracing a path, I will still have to turn this into SQL requests.
As can be seen in the image, I have variants for TIPO
, for DORMITORIOS
, for AREA
, for VAGAS
, for VALOR
, for BAIRROS
, for CODIGO
. p>
It does not exactly look for ready answers, I look for ideas on how to accomplish this task and I am open to increase information as per the doubts found.
Things I already know:
- When typing a
CODIGO
all other fields will be disregarded ... - I think I can start filtering by
VALOR
,AREA
...