Skip to content

Commit

Permalink
fix delete documents by filter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sinner committed May 23, 2024
1 parent 4d17d24 commit 36d89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ get_documents_post_1: |-
fields: ['title', 'genres', 'rating', 'language']
)
delete_documents_by_filter_1: |-
client.index('movies').get_documents(filter: 'genres = action OR genres adventure')
client.index('movies').delete_documents(filter: 'genres = action OR genres adventure')
get_documents_1: |-
client.index('movies').get_documents(limit: 2, filter: 'genres = action')
getting_started_faceting: |-
Expand Down

0 comments on commit 36d89be

Please sign in to comment.