When searching with the keyword block the results come back sorted relevance desc. This is good and eexpected. The largest relevance (best results) comes first.
But the Pager block widget displays "Relevance up arrow". This is incorrect because it does not reflect what is actually happening.
If you open the dropdown and select another sort, then change it back to "Relevance up arrow" then you will get the worst results first.
I think the default on this line needs to change from ASC to DESC.
When searching with the keyword block the results come back sorted relevance desc. This is good and eexpected. The largest relevance (best results) comes first.
But the Pager block widget displays "Relevance up arrow". This is incorrect because it does not reflect what is actually happening.
If you open the dropdown and select another sort, then change it back to "Relevance up arrow" then you will get the worst results first.
I think the default on this line needs to change from ASC to DESC.
https://github.com/digitalutsc/advanced_search/blob/contrib/src/Plugin/Block/SearchResultsPagerBlock.php#L277-L278