add/update tests when search with distinct attribute & pagination with no ranking

This commit is contained in:
Vivek Kumar
2023-10-19 16:50:14 +05:30
parent 460e61b853
commit aa2cd52797
2 changed files with 207 additions and 29 deletions

View File

@ -202,7 +202,7 @@ test_distinct!(
EXTERNAL_DOCUMENTS_IDS.len(),
1,
vec![],
2
3
);
test_distinct!(
// testing: https://github.com/meilisearch/meilisearch/issues/4078
@ -212,7 +212,7 @@ test_distinct!(
1,
2,
vec![],
1
3
);
test_distinct!(
// testing: https://github.com/meilisearch/meilisearch/issues/4078
@ -222,7 +222,7 @@ test_distinct!(
EXTERNAL_DOCUMENTS_IDS.len(),
2,
vec![],
5
7
);
test_distinct!(
// testing: https://github.com/meilisearch/meilisearch/issues/4078
@ -232,5 +232,5 @@ test_distinct!(
2,
4,
vec![],
3
7
);