Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Nov 27, 2024
1 parent 4d9cc53 commit 7cff6dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -787,5 +787,4 @@ search_parameter_reference_ranking_score_threshold_1: |-
{
RankingScoreThreshold = 0.2M
};
await client.Index("INDEX_NAME").SearchAsync<T>("badman", params);
await client.Index("INDEX_NAME").SearchAsync<T>("badman", params);

0 comments on commit 7cff6dd

Please sign in to comment.