Update meilisearch-http/src/index/search.rs

Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
Irevoire 2021-03-23 19:13:22 +01:00 committed by GitHub
parent cc81aca6a4
commit 127e944866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ pub struct SearchQuery {
pub struct SearchResult {
pub hits: Vec<Map<String, Value>>,
pub nb_hits: u64,
pub exhaustive_nb_hits: bool, // currently this field only exist to be ISO and is always false
pub exhaustive_nb_hits: bool,
pub query: String,
pub limit: usize,
pub offset: usize,