Skip to content

Commit

Permalink
Add code samples for batches
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Dec 19, 2024
1 parent 5778a13 commit 0f4a787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,3 +786,7 @@ update_prefix_search_settings_1: |-
$client->index('INDEX_NAME')->updatePrefixSearch('disabled');
reset_prefix_search_settings_1: |-
$client->index('INDEX_NAME')->resetPrefixSearch();
get_all_batches_1: |-
$client->getBatches();
get_batch_1: |-
$client->getBatch(1);

0 comments on commit 0f4a787

Please sign in to comment.