mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-10 21:29:11 +01:00
Reorder ranking rules for (maybe) better results
This commit is contained in:
parent
a5bb7f9345
commit
40280cc273
@ -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 New Issue
Block a user