From 46d7cedb1890786e1be7a5d22ea7b297d28becaf Mon Sep 17 00:00:00 2001 From: Irevoire Date: Tue, 23 Mar 2021 10:46:59 +0100 Subject: [PATCH] Update meilisearch-http/src/index/search.rs Co-authored-by: marin --- meilisearch-http/src/index/search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-http/src/index/search.rs b/meilisearch-http/src/index/search.rs index 9b7739456..12c05919e 100644 --- a/meilisearch-http/src/index/search.rs +++ b/meilisearch-http/src/index/search.rs @@ -41,7 +41,7 @@ pub struct SearchQuery { pub struct SearchResult { pub hits: Vec>, pub nb_hits: u64, - pub exhaustive_nb_hits: bool, // currently this field only exist to be ISO and is always alse + pub exhaustive_nb_hits: bool, // currently this field only exist to be ISO and is always false pub query: String, pub limit: usize, pub offset: usize,