Reorder ranking rules for (maybe) better results
This commit is contained in:
parent
a5bb7f9345
commit
40280cc273
|
@ -18,12 +18,12 @@ def run(["index"]) do
|
||||||
"/indexes/objects/settings/ranking-rules",
|
"/indexes/objects/settings/ranking-rules",
|
||||||
[
|
[
|
||||||
"desc(published)",
|
"desc(published)",
|
||||||
"typo",
|
|
||||||
"words",
|
"words",
|
||||||
|
"exactness",
|
||||||
"proximity",
|
"proximity",
|
||||||
"attribute",
|
|
||||||
"wordsPosition",
|
"wordsPosition",
|
||||||
"exactness"
|
"typo",
|
||||||
|
"attribute"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue