Skip to content

Commit f14d20a

Browse files
Update .code-samples.meilisearch.yaml
added quotes Co-authored-by: Bruno Casali <[email protected]>
1 parent 2fd098e commit f14d20a

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_matching_strategy_1: |-
284284
})
285285
search_parameter_guide_matching_strategy_2: |-
286286
client.index('movies').search('big fat liar', {
287-
matchingStrategy: 'all'
287+
'matchingStrategy': 'all'
288288
})
289289
search_parameter_guide_highlight_1: |-
290290
client.index('movies').search('winter feast', {

0 commit comments

Comments
 (0)