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 8656295 commit 8c70fd4Copy full SHA for 8c70fd4
.code-samples.meilisearch.yaml
@@ -467,10 +467,8 @@ getting_started_update_searchableAttributes: |-
467
])
468
getting_started_update_stop_words: |-
469
client.index('movies').update_stop_words(['the'])
470
-getting_started_check_task_status_md: |-
471
- ```rb
+getting_started_check_task_status: |-
472
client.index('movies').task(0)
473
- ```
474
getting_started_synonyms: |-
475
client.index('movies').update_synonyms({
476
winnie: ['piglet'],
0 commit comments