- Issue created by @kevin w
I'm trying to use the Boost More Recent Dates processor in a Search API Page. It looks like line 1854 of `search_api_solr/src/Plugin/search_api/backend/SearchApiSolrBackend.php` expect sort criteria to be set explicitly.
$sorts = $solarium_query->getSorts();
But I can't find a config option to set this in Search API Page. Does this mean Search API Page doesn't support the Boost More Recent Dates processor?
Active
1.0
Code