Skip to content

Commit 49b6052

Browse files
fix code sample to use filter instead of filters
1 parent ff23c55 commit 49b6052

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
@@ -267,7 +267,7 @@ update_filterable_attributes_1: |-
267267
"attributePatterns": ["*_ratings"],
268268
"features": {
269269
"facetSearch": false,
270-
"filters": {
270+
"filter": {
271271
"equality": true,
272272
"comparison": false
273273
}

0 commit comments

Comments
 (0)