Skip to content

Commit 7d9923e

Browse files
memishoodcurquiza
andauthored
Update .code-samples.meilisearch.yaml
Co-authored-by: Clémentine <[email protected]>
1 parent b3113f7 commit 7d9923e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ reset_separator_tokens_1: await client.index('articles').resetSeparatorTokens();
297297
get_non_separator_tokens_1: await client.index('articles').getNonSeparatorTokens();
298298
update_non_separator_tokens_1: "await client.index('articles').updateNonSeparatorTokens([\"@\", \"#\"]);"
299299
reset_non_separator_tokens_1: await client.index('articles').resetNonSeparatorTokens();
300-
ranking_score_threshold: "await client\n .index('movies')\n .search('winter feast', SearchQuery(rankingScoreThreshold: 0.9));"
300+
ranking_score_threshold: "await client\n .index('INDEX_NAME')\n .search('badman', SearchQuery(rankingScoreThreshold: 0.2));"

0 commit comments

Comments
 (0)