I'm wonder how can I change the categories under search, for instance.. room number:
if I want to change the room number field search
QUOTE:
DEFINE("_EA_SRCH_FOR_ROOMS_1"," 1 ");
DEFINE("_EA_SRCH_FOR_ROOMS_2","min. 2");
DEFINE("_EA_SRCH_FOR_ROOMS_3","min. 3");
to be similar like the area field search
QUOTE:
DEFINE("_EA_SRCH_FOR_DWSPACE_1","< 50");
DEFINE("_EA_SRCH_FOR_DWSPACE_2","40 - 80");
so it can find objects with a room number between 4 and 6... how can it be done?
Or using another approach, if I want to add more room numbers to search (lets say a 10 room minimum) where and what do I have to change?
I could even try those two approaches for rooms and bed rooms, so if you can help me in any of them, please do so!
Thanks.