- This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Search not working or triggering my results layout
I have 3 fields being used, 2 select and 1 Search. The select fields filter the results just as expected perfectly, but the text search does not filter anything at all. I have tried post title, category name, etc. and it doesn’t work. Is there a setting possibly on the backend I am missing?
Hi
Great to speak with you. Using your customised version of our results.php template file, you had excluded text searches and so needed to add a condition to check if they were being performed without using any of the other form controls, with:
$sf_current_query->get_search_term()==""
and
$sf_current_query->get_search_term()==!"
I will close this thread for now.