Multiple search_terms displays nothing
-
Hello!
Im building a custom template with a Members loop. I am using the standard loop but I want to filter the results with values from the users xprofile fields. When I use only one search term ie:
( bp_has_members( ‘search_terms=Sweden’ ) )
it works fine and give me the members who have filled in Stockholm as a City
But if I want to add another search term ie:
( bp_has_members( ‘search_terms=Sweden Stockholm’ ) )
No results are displayed.
Do I need to anable multiple search terms somewhere? And how do I use even more than two search terms?
- The topic ‘Multiple search_terms displays nothing’ is closed to new replies.