I’ve got a search API search view that has two sorts on it. relevance and then published date. This means that when I do a text search the relevancy score handles the sorting, but when there is no search text, the results are ordered by date. Recently I added some boosting, which has caused that fallback to stop working.
I’m trying to figure out how to remove that first sort (relevance) when there is no search_api_fulltext input.