We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740230 commit 2d8acf1Copy full SHA for 2d8acf1
src/search.rs
@@ -414,7 +414,7 @@ pub struct SearchQuery<'a, Http: HttpClient> {
414
/// Provides multimodal data for search queries.
415
#[serde(skip_serializing_if = "Option::is_none")]
416
pub media: Option<Value>,
417
-
+
418
/// Request exhaustive facet counts up to the limit defined by `maxTotalHits`.
419
///
420
/// When set to `true`, Meilisearch computes exact facet counts instead of approximate ones.
0 commit comments