Skip to content

Commit f688fec

Browse files
memishoodcurquiza
andauthored
Update test/code_samples.dart
Co-authored-by: Clémentine <[email protected]>
1 parent 7d9923e commit f688fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/code_samples.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,8 @@ void main() {
876876
// #enddocregion
877877
// #docregion ranking_score_threshold
878878
await client
879-
.index('movies')
880-
.search('winter feast', SearchQuery(rankingScoreThreshold: 0.9));
879+
.index('INDEX_NAME')
880+
.search('badman', SearchQuery(rankingScoreThreshold: 0.2));
881881
// #enddocregion
882882
});
883883

0 commit comments

Comments
 (0)