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 e5545fe commit 4206973Copy full SHA for 4206973
.code-samples.meilisearch.yaml
@@ -300,13 +300,13 @@ getting_started_add_documents_md: |-
300
client.index('movies').add_documents(movies)
301
```
302
303
- [About this package](https://github.com/meilisearch/meilisearch-python/)
+ [About this SDK](https://github.com/meilisearch/meilisearch-python/)
304
getting_started_search_md: |-
305
```python
306
index.search('botman')
307
308
309
310
faceted_search_update_settings_1: |-
311
client.index('movies').update_attributes_for_faceting([
312
'director',
0 commit comments