My query:
{
engine_key: 'ENGINE_KEY',
q: '',
page: 1,
per_page: 12,
sort_field: { page: 'published_date' },
filters: {
page: {
search_category: 'How-To Tips & Tricks'
}
}
}
If there are no pages with this search_category tag on the page, it will return all results. If there is 1 page tagged with this search_category, it will return that one page. I would expect no results if no pages are tagged with this category. Is it possible to run a query where no results are returned on a filter that has no matches?