update tests

This commit is contained in:
qdequele
2020-02-26 18:47:03 +01:00
parent bb5d931f16
commit f182afc50b
5 changed files with 136 additions and 106 deletions

View File

@ -57,13 +57,13 @@ pub fn enrich_server_with_movies_settings(
) -> Result<(), Box<dyn Error>> {
let json = json!({
"rankingRules": [
"_typo",
"_words",
"_proximity",
"_attribute",
"_words_position",
"typo",
"words",
"proximity",
"attribute",
"words_position",
"dsc(popularity)",
"_exactness",
"exactness",
"dsc(vote_average)",
],
"distinctAttribute": null,