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 f14d20a commit c3aee97Copy full SHA for c3aee97
.code-samples.meilisearch.yaml
@@ -279,11 +279,11 @@ search_parameter_guide_crop_marker_1: |-
279
'cropMarker': '[…]'
280
})
281
search_parameter_guide_matching_strategy_1: |-
282
- client.index('movies').search('big fat liar', {
283
- matchingStrategy: 'last'
+ client.index('movies').search('big fat liar', {
+ 'matchingStrategy': 'last'
284
285
search_parameter_guide_matching_strategy_2: |-
286
287
'matchingStrategy': 'all'
288
289
search_parameter_guide_highlight_1: |-
0 commit comments