mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
rename the search_cutoff parameter to search_cutoff_ms
This commit is contained in:
parent
038c26c118
commit
6a0c399c2f
8 changed files with 39 additions and 38 deletions
|
@ -78,7 +78,7 @@ async fn import_dump_v1_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -240,7 +240,7 @@ async fn import_dump_v1_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -388,7 +388,7 @@ async fn import_dump_v1_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -522,7 +522,7 @@ async fn import_dump_v2_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -668,7 +668,7 @@ async fn import_dump_v2_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -813,7 +813,7 @@ async fn import_dump_v2_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -947,7 +947,7 @@ async fn import_dump_v3_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1093,7 +1093,7 @@ async fn import_dump_v3_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1238,7 +1238,7 @@ async fn import_dump_v3_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1372,7 +1372,7 @@ async fn import_dump_v4_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1518,7 +1518,7 @@ async fn import_dump_v4_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1663,7 +1663,7 @@ async fn import_dump_v4_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###
|
||||
);
|
||||
|
@ -1908,7 +1908,7 @@ async fn import_dump_v6_containing_experimental_features() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"searchCutoff": null
|
||||
"searchCutoffMs": null
|
||||
}
|
||||
"###);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue