Title | Added | Status | Last reviewed |
---|---|---|---|
Search Logical Filter component |
v6.1.0 |
Active |
2024-04-05 |
Implements a search widget consisting of 4 inputs representing logical conditions to form search query from.
{
"search": {
"categories": [
{
"id": "logic",
"name": "Logic",
"enabled": true,
"component": {
"selector": "logical-filter",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"field": "cm:name,cm:title,TEXT"
}
}
}
]
}
}
Name | Type | Description |
---|---|---|
field | string | Field/fields to apply the query to. Required value |
hideDefaultAction | boolean | Show/hide the widget actions. By default is false. |
This component lets the user provide logical conditions to apply to each field
in the search query.