mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
style fix
This commit is contained in:
parent
5051a796a0
commit
f38d0d731f
4 changed files with 8 additions and 9 deletions
|
@ -14,7 +14,7 @@ name = "meilisearch"
|
|||
path = "src/main.rs"
|
||||
|
||||
[features]
|
||||
#default = ["sentry"]
|
||||
default = ["sentry"]
|
||||
|
||||
[dependencies]
|
||||
actix-cors = "0.2.0"
|
||||
|
|
|
@ -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