Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 739da9f

Browse files
committed
Add test
1 parent 2d8d0af commit 739da9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

milli/tests/search/distinct.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ test_distinct!(
7272
vec![Words, Typo, Proximity, Attribute, Exactness],
7373
7
7474
);
75+
test_distinct!(
76+
exhaustive_distinct_number_weird_order_criteria,
77+
asc_desc_rank,
78+
true,
79+
0,
80+
vec![Desc(S("attribute_rank")), Desc(S("exactness_rank")), Exactness, Typo],
81+
7
82+
);
7583

7684
test_distinct!(
7785
distinct_string_default_criteria,

0 commit comments

Comments
 (0)