mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Update meilisearch-http/src/index/search.rs
Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
		| @@ -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 alse | ||||
|     pub exhaustive_nb_hits: bool, // currently this field only exist to be ISO and is always false | ||||
|     pub query: String, | ||||
|     pub limit: usize, | ||||
|     pub offset: usize, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user