Skip to content

Commit 6e1823b

Browse files
committed
fix delete documents by filter documentation
1 parent 4d17d24 commit 6e1823b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ get_documents_post_1: |-
1010
fields: ['title', 'genres', 'rating', 'language']
1111
)
1212
delete_documents_by_filter_1: |-
13-
client.index('movies').get_documents(filter: 'genres = action OR genres adventure')
13+
client.index('movies').delete_documents(filter: 'genres = action OR genres = adventure')
1414
get_documents_1: |-
1515
client.index('movies').get_documents(limit: 2, filter: 'genres = action')
1616
getting_started_faceting: |-

0 commit comments

Comments
 (0)