Reorder ranking rules for (maybe) better results

This commit is contained in:
Ekaterina Vaartis 2021-08-28 15:59:13 +03:00 committed by FloatingGhost
parent b519726571
commit 5ed1759091
1 changed files with 3 additions and 3 deletions

View File

@ -18,12 +18,12 @@ defmodule Mix.Tasks.Pleroma.Search.Meilisearch do
"/indexes/objects/settings/ranking-rules",
[
"desc(published)",
"typo",
"words",
"exactness",
"proximity",
"attribute",
"wordsPosition",
"exactness"
"typo",
"attribute"
]
)