Skip to content

Commit 9f500ac

Browse files
added comment to change
1 parent d205454 commit 9f500ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ pub struct SearchQuery<'a, Http: HttpClient> {
340340
#[serde(skip_serializing_if = "Option::is_none")]
341341
pub distinct: Option<&'a str>,
342342

343+
///Excludes results below the specified ranking score.
343344
#[serde(skip_serializing_if = "Option::is_none")]
344345
pub ranking_score_threshold: Option<f64>,
345346

0 commit comments

Comments
 (0)