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 c5fac88 commit 805e9a7Copy full SHA for 805e9a7
.code-samples.meilisearch.yaml
@@ -303,7 +303,7 @@ getting_started_add_documents_md: |-
303
[About this SDK](https://github.com/meilisearch/meilisearch-python/)
304
getting_started_search_md: |-
305
```python
306
- index.search('botman')
+ index('movies').search('botman')
307
```
308
309
@@ -353,4 +353,4 @@ add_movies_json_1: |-
353
354
json_file = open('movies.json')
355
movies = json.load(json_file)
356
- index.add_documents(movies)
+ index('movies').add_documents(movies)
0 commit comments