mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Change the exactness criterion in the tests
This commit is contained in:
parent
9d167c08f4
commit
96248d9bfa
5 changed files with 17 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue