Skip to content

Commit

Permalink
added comment to change
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleSamaChan committed Jul 2, 2024
1 parent d205454 commit 9f500ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ pub struct SearchQuery<'a, Http: HttpClient> {
#[serde(skip_serializing_if = "Option::is_none")]
pub distinct: Option<&'a str>,

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

Expand Down

0 comments on commit 9f500ac

Please sign in to comment.