forked from mirrors/akkoma
Reorder ranking rules for (maybe) better results
This commit is contained in:
parent
b519726571
commit
5ed1759091
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue