Skip to content

Commit 21903b3

Browse files
Fix code sample to use filter instead of filters (#3287)
1 parent 3fb6915 commit 21903b3

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)