forked from AkkomaGang/akkoma
Oneric
65aeaefa41
Meilisearch is already configured to return results sorted by a particular ranking configured in the meilisearch CLI task. Resorting the returned top results by date partially negates this and runs counter to what someone with tweaked settings expects. Issue and fix identified by AdamK2003 in AkkomaGang/akkoma#579 But instead of using a O(n^2) resorting, this commit directly retrieves results in the correct order from the database. Closes: AkkomaGang/akkoma#579 |
||
---|---|---|
.. | ||
elasticsearch | ||
database_search.ex | ||
elasticsearch.ex | ||
meilisearch.ex | ||
search_backend.ex |