Add more search tests

This commit is contained in:
Loïc Lecrenier
2023-04-04 18:02:46 +02:00
parent 62b9c6fbee
commit 959e4607bb
7 changed files with 957 additions and 2 deletions

View File

@ -41,7 +41,7 @@ pub fn apply_distinct_rule(
}
/// Apply the distinct rule defined by [`apply_distinct_rule`] for a single document id.
fn distinct_single_docid(
pub fn distinct_single_docid(
index: &Index,
txn: &RoTxn,
field_id: u16,