style fix

This commit is contained in:
mpostma 2020-05-12 14:36:28 +02:00
parent 5051a796a0
commit f38d0d731f
4 changed files with 8 additions and 9 deletions

View file

@ -14,7 +14,7 @@ name = "meilisearch"
path = "src/main.rs"
[features]
#default = ["sentry"]
default = ["sentry"]
[dependencies]
actix-cors = "0.2.0"

View file

@ -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,