Filtering events by search parameter
-
Hi,
I’m trying to filter a set of events (created with
Eventbrite_Query) by the WordPress search parameter. GivenEventbrite_QueryextendsWP_QueryI thought I could just add that search parameter to the array:$args = array( 'display_private' => true, 's' => $s ); $search_results = new Eventbrite_Query($args);… but that just returns all the events. Is there another approach I should be trying here?
Cheers,
Andy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Filtering events by search parameter’ is closed to new replies.