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 b3113f7 commit 7d9923eCopy full SHA for 7d9923e
.code-samples.meilisearch.yaml
@@ -297,4 +297,4 @@ reset_separator_tokens_1: await client.index('articles').resetSeparatorTokens();
297
get_non_separator_tokens_1: await client.index('articles').getNonSeparatorTokens();
298
update_non_separator_tokens_1: "await client.index('articles').updateNonSeparatorTokens([\"@\", \"#\"]);"
299
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));"
+ranking_score_threshold: "await client\n .index('INDEX_NAME')\n .search('badman', SearchQuery(rankingScoreThreshold: 0.2));"
0 commit comments