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 1f31804 commit 2fd098eCopy full SHA for 2fd098e
.code-samples.meilisearch.yaml
@@ -278,6 +278,14 @@ search_parameter_guide_crop_marker_1: |-
278
'attributesToCrop': ['overview'],
279
'cropMarker': '[…]'
280
})
281
+search_parameter_guide_matching_strategy_1: |-
282
+ client.index('movies').search('big fat liar', {
283
+ matchingStrategy: 'last'
284
+ })
285
+search_parameter_guide_matching_strategy_2: |-
286
287
+ matchingStrategy: 'all'
288
289
search_parameter_guide_highlight_1: |-
290
client.index('movies').search('winter feast', {
291
'attributesToHighlight': ['overview']
0 commit comments