Hello
I need to modify/add few search functions so I wonder where are search queries located?
I need to add three Properties for distances:
- distance from the sea, from the center and from the restaurant.
My idea is to create em as select list with these values: 50, 100, 200, 300, 400, 500, 1000, 2000, 3000, 4000 and 5000. Those numbers represent meters.
If someone search by selecting distance from the sea: 1000 m, search query should show all objects with 1000m and smaller distances.
I'd like to modify database query (and hard code desired Properties) to search with <= instead of just =
So which file holds search queries?