mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Merge #741
741: Add test reproducing the bug fixed by #737 r=Kerollmops a=ManyTheFish related to #737 Co-authored-by: ManyTheFish <many@meilisearch.com>
This commit is contained in:
commit
e2ffc3d69a
@ -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