You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I do filtering like following with Algolia ? 'filters' => "((event_type:countries AND countries.id = {$this->city->country_id}) OR (event_type:cities AND countries.id = {$this->city->id}))",
How can I do filtering like following with Algolia ?
'filters' => "((event_type:countries AND countries.id = {$this->city->country_id}) OR (event_type:cities AND countries.id = {$this->city->id}))",Is this possible in Algolia ?