mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix tests
This commit is contained in:
parent
03097e65e8
commit
cb8f033130
2 changed files with 16 additions and 2 deletions
|
@ -78,6 +78,7 @@ async fn import_dump_v1_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -243,6 +244,7 @@ async fn import_dump_v1_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -394,6 +396,7 @@ async fn import_dump_v1_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -531,6 +534,7 @@ async fn import_dump_v2_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -680,6 +684,7 @@ async fn import_dump_v2_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -828,6 +833,7 @@ async fn import_dump_v2_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -965,6 +971,7 @@ async fn import_dump_v3_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1114,6 +1121,7 @@ async fn import_dump_v3_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1262,6 +1270,7 @@ async fn import_dump_v3_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1399,6 +1408,7 @@ async fn import_dump_v4_movie_raw() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1548,6 +1558,7 @@ async fn import_dump_v4_movie_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1696,6 +1707,7 @@ async fn import_dump_v4_rubygems_with_settings() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
@ -1944,6 +1956,7 @@ async fn import_dump_v6_containing_experimental_features() {
|
|||
"pagination": {
|
||||
"maxTotalHits": 1000
|
||||
},
|
||||
"embedders": {},
|
||||
"searchCutoffMs": null,
|
||||
"localizedAttributes": null,
|
||||
"facetSearch": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue