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 d205454 commit 9f500acCopy full SHA for 9f500ac
src/search.rs
@@ -340,6 +340,7 @@ pub struct SearchQuery<'a, Http: HttpClient> {
340
#[serde(skip_serializing_if = "Option::is_none")]
341
pub distinct: Option<&'a str>,
342
343
+ ///Excludes results below the specified ranking score.
344
345
pub ranking_score_threshold: Option<f64>,
346
0 commit comments