Event search OR, AND operators
-
Hi,
$arg = array( 'scope' => '2014-01-01,2014-12-31', 'category' => '8,43,67,68,69,44,70,71,72,45,73,74,75' ); EM_Events::get($arg);
If I pass category and scope as an attribute, the result will contains all which are either in the category or the scope. How can I make a search with AND instead of OR.
So I need all events which are both in the category AND in the scope.
Thanks.
p
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Event search OR, AND operators’ is closed to new replies.