forked from AkkomaGang/akkoma
Merge pull request 'meilisearch: Move published date to lower priority' (#623) from norm/akkoma:meilisearch-order into develop
Reviewed-on: AkkomaGang/akkoma#623
This commit is contained in:
commit
0b32beb051
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ def run(["index"]) do
|
||||||
meili_put(
|
meili_put(
|
||||||
"/indexes/objects/settings/ranking-rules",
|
"/indexes/objects/settings/ranking-rules",
|
||||||
[
|
[
|
||||||
"published:desc",
|
|
||||||
"words",
|
"words",
|
||||||
"exactness",
|
|
||||||
"proximity",
|
"proximity",
|
||||||
"typo",
|
"typo",
|
||||||
|
"exactness",
|
||||||
"attribute",
|
"attribute",
|
||||||
|
"published:desc",
|
||||||
"sort"
|
"sort"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue