- Issue created by @kevin w
- π©πͺGermany marcoka
Maybe this helps? https://www.drupal.org/project/search_api_sorts β
Allows sorting by date and some other criterias.
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
Maybe this helps?
https://www.drupal.org/project/search_api_sorts β
Allows sorting by date and some other criterias.