mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Update meilisearch-http/src/index/search.rs
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
parent
46d7cedb18
commit
cc81aca6a4
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ impl Index {
|
|||
};
|
||||
|
||||
let result = SearchResult {
|
||||
exhaustive_nb_hits: false, // not implemented, we use it to be ISO
|
||||
exhaustive_nb_hits: false, // not implemented yet
|
||||
hits: documents,
|
||||
nb_hits,
|
||||
query: query.q.clone().unwrap_or_default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue