Skip to content

Commit 6d17863

Browse files
committed
Fix boolean value in code-sample
1 parent 9a06746 commit 6d17863

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
@@ -284,7 +284,7 @@ search_parameter_guide_highlight_tag_1: |-
284284
})
285285
search_parameter_guide_show_matches_position_1: |-
286286
client.index('movies').search('winter feast', {
287-
'showMatchesPosition': 'true'
287+
'showMatchesPosition': True
288288
})
289289
settings_guide_synonyms_1: |-
290290
client.index('tops').update_settings({

0 commit comments

Comments
 (0)