From 516e838eb4cadd27df43d84a288cd11d1d2e3bb0 Mon Sep 17 00:00:00 2001 From: Many the fish Date: Mon, 17 Oct 2022 18:23:15 +0200 Subject: [PATCH] Update milli/src/search/criteria/initial.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- milli/src/search/criteria/initial.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/search/criteria/initial.rs b/milli/src/search/criteria/initial.rs index 14d368d4e..195c926be 100644 --- a/milli/src/search/criteria/initial.rs +++ b/milli/src/search/criteria/initial.rs @@ -40,7 +40,7 @@ impl Criterion for Initial<'_, D> { .take() .map(|mut answer| { if self.exhaustive_number_hits && answer.query_tree.is_some() { - // resolve the whole query tree to retrieve an exhastive list of documents matching the query. + // resolve the whole query tree to retrieve an exhaustive list of documents matching the query. let mut candidates = resolve_query_tree( self.ctx, answer.query_tree.as_ref().unwrap(),