Change the exactness criterion in the tests

This commit is contained in:
Clément Renault 2020-02-25 14:24:15 +01:00
parent 9d167c08f4
commit 96248d9bfa
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
5 changed files with 17 additions and 17 deletions

View file

@ -46,7 +46,7 @@ fn write_all_and_delete() {
"_proximity",
"_attribute",
"_words_position",
"_exact",
"_exactness",
"dsc(release_date)",
"dsc(rank)",
],
@ -174,7 +174,7 @@ fn write_all_and_update() {
"_proximity",
"_attribute",
"_words_position",
"_exact",
"_exactness",
"dsc(release_date)",
"dsc(rank)",
],
@ -240,7 +240,7 @@ fn write_all_and_update() {
"_proximity",
"_attribute",
"_words_position",
"_exact",
"_exactness",
"dsc(release_date)",
],
"searchableAttributes": [
@ -293,7 +293,7 @@ fn write_all_and_update() {
"_proximity",
"_attribute",
"_words_position",
"_exact",
"_exactness",
"dsc(release_date)",
],
"rankingDistinct": null,