adding custom parameters to $query_string for custom search in Classipress
Hy, I'm working at a classipress child theme, I managed to modify theme-searchbar.php so it is displaying 5 dropdown menus (state - city - neighborhood - street ) it works perfect. But... I have a nother issue now .... it seems I have trouble altering the search query. And by that meaning I'm not able to add my parameters to the query it just ignore's theme and uses only 's' and 'scat', I tried changing $query_string, creating 'new WP_Query' no results.
So my question:
Where can I find the $query_string beeing used in the loop so I can add my params?
A solution would be to have a loop that will display an array of post id's that will restrict the default $query_string results.
Hope I was clear enough, I'll be waiting for your help
or questions if anything is unclear.