File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ get_one_index_1: |-
8
8
list_all_indexes_1 : |-
9
9
client.get_indexes()
10
10
create_an_index_1 : |-
11
- client.create_index('movies', {'primaryKey': 'movie_id '})
11
+ client.create_index('movies', {'primaryKey': 'id '})
12
12
update_an_index_1 : |-
13
- client.index('movies').update(primary_key='movie_review_id ')
13
+ client.index('movies').update(primary_key='id ')
14
14
delete_an_index_1 : |-
15
15
client.delete_index('movies')
16
16
// OR
@@ -331,10 +331,8 @@ documents_guide_add_movie_1: |-
331
331
'movie_id': '123sq178',
332
332
'title': 'Amélie Poulain'
333
333
}])
334
- getting_started_check_task_status_md : |-
335
- ```python
334
+ getting_started_check_task_status : |-
336
335
client.index('movies').get_task(0)
337
- ```
338
336
getting_started_add_documents_md : |-
339
337
```bash
340
338
pip3 install meilisearch
You can’t perform that action at this time.
0 commit comments