Skip to content

Commit 2d8acf1

Browse files
authored
Apply suggestions from code review
1 parent 0740230 commit 2d8acf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ pub struct SearchQuery<'a, Http: HttpClient> {
414414
/// Provides multimodal data for search queries.
415415
#[serde(skip_serializing_if = "Option::is_none")]
416416
pub media: Option<Value>,
417-
417+
418418
/// Request exhaustive facet counts up to the limit defined by `maxTotalHits`.
419419
///
420420
/// When set to `true`, Meilisearch computes exact facet counts instead of approximate ones.

0 commit comments

Comments
 (0)