mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Add test
This commit is contained in:
parent
2d8d0af1a6
commit
739da9fd4d
@ -72,6 +72,14 @@ test_distinct!(
|
||||
vec![Words, Typo, Proximity, Attribute, Exactness],
|
||||
7
|
||||
);
|
||||
test_distinct!(
|
||||
exhaustive_distinct_number_weird_order_criteria,
|
||||
asc_desc_rank,
|
||||
true,
|
||||
0,
|
||||
vec![Desc(S("attribute_rank")), Desc(S("exactness_rank")), Exactness, Typo],
|
||||
7
|
||||
);
|
||||
|
||||
test_distinct!(
|
||||
distinct_string_default_criteria,
|
||||
|
Loading…
Reference in New Issue
Block a user