Skip to content

Commit 5b9ff60

Browse files
authored
Fix default value format for features in settings.mdx (#3414)
1 parent d40454e commit 5b9ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ Filterable attribute objects must contain the following fields:
772772
| Name | Type | Default value | Description |
773773
| ----------------------- | ---------------- | ------------- | -------------------------------------------------------- |
774774
| **`attributePatterns`** | Array of strings | `[]` | A list of strings indicating filterable fields |
775-
| **`features`** | Object | `{"facetSearch": false, "filters": {"equality": true, "comparison": false}` | A list outlining filter types enabled for the specified attributes |
775+
| **`features`** | Object | `{"facetSearch": false, "filter": {"equality": true, "comparison": false}` | A list outlining filter types enabled for the specified attributes |
776776

777777
#### `attributePatterns`
778778

0 commit comments

Comments
 (0)