Skip to content

Commit

Permalink
Merge #536
Browse files Browse the repository at this point in the history
536: fix delete documents by filter documentation r=ellnix a=the-sinner

# Pull Request

## Related issue
Fixes #535 

## What does this PR do?
- fixes the delete documents by filter documentation 

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Shalabh Agarwal <[email protected]>
  • Loading branch information
meili-bors[bot] and the-sinner authored May 23, 2024
2 parents 4d17d24 + 6e1823b commit ea3eed8
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 ea3eed8

Please sign in to comment.