Skip to content

Commit

Permalink
Add batch and batches code-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ellnix committed Jan 5, 2025
1 parent 7489a31 commit a5bada0
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 @@ -663,6 +663,10 @@ search_parameter_reference_distinct_1: |-
client.index('INDEX_NAME').search('QUERY TERMS', {
distinct: 'ATTRIBUTE_A'
})
get_all_batches_1: |-
client.batches
get_batch_1: |-
client.batch(BATCH_UID)
distinct_attribute_guide_filterable_1: |-
client.index('products').update_filterable_attributes([
'product_id',
Expand Down

0 comments on commit a5bada0

Please sign in to comment.