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 8c34f5c commit 42fd352Copy full SHA for 42fd352
.code-samples.meilisearch.yaml
@@ -276,6 +276,14 @@ search_parameter_guide_show_matches_position_1: |-
276
client.index('movies').search('winter feast', {
277
show_matches_position: true
278
})
279
+search_parameter_guide_matching_strategy_1: |-
280
+ client.index('movies').search('big fat liar', {
281
+ matching_strategy: 'last'
282
+ })
283
+search_parameter_guide_matching_strategy_2: |-
284
285
+ matching_strategy: 'all'
286
287
settings_guide_synonyms_1: |-
288
client.index('tops').update_settings({
289
synonyms: {
0 commit comments