mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
style fix
This commit is contained in:
parent
5051a796a0
commit
f38d0d731f
4 changed files with 8 additions and 9 deletions
|
@ -245,7 +245,7 @@ impl<'a> SearchBuilder<'a> {
|
|||
offset: self.offset,
|
||||
limit: self.limit,
|
||||
nb_hits: search_result.nb_hits,
|
||||
exhaustive_nb_hits: search_result.is_exhaustive,
|
||||
exhaustive_nb_hits: search_result.exhaustive_nb_hit,
|
||||
processing_time_ms: time_ms,
|
||||
query: self.query.to_string(),
|
||||
facets: search_result.facets,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue