File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ settings_guide_pagination_1: |-
18
18
19
19
get_one_index_1 : |-
20
20
client.index('movies').getRawInfo()
21
- PLEASE_UPDATE_ME>>>>>>>>>>>>> list_all_indexes_1 : |-
22
- client.getIndexes()
21
+ list_all_indexes_1 : |-
22
+ client.getIndexes({ limit: 3 } )
23
23
create_an_index_1 : |-
24
24
client.createIndex('movies', { primaryKey: 'id' })
25
25
update_an_index_1 : |-
@@ -450,7 +450,8 @@ getting_started_update_searchable_attributes: |-
450
450
])
451
451
getting_started_update_stop_words : |-
452
452
client.index('movies').updateStopWords(['the'])
453
- PLEASE_UPDATE_ME>>>>>>>>>>>>>PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_check_task_status : |-
453
+ ? PLEASE_UPDATE_ME>>>>>>>>>>>>>PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_check_task_status
454
+ : |-
454
455
client.index('movies').getTask(0)
455
456
getting_started_synonyms : |-
456
457
client.index('movies').updateSynonyms({
You can’t perform that action at this time.
0 commit comments