Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.03 KB

search-logical-filter.component.md

File metadata and controls

59 lines (48 loc) · 2.03 KB
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 Logical Filter

Basic usage

{
    "search": {
        "categories": [
            {
                "id": "logic",
                "name": "Logic",
                "enabled": true,
                "component": {
                    "selector": "logical-filter",
                    "settings": {
                        "allowUpdateOnChange": false,
                        "hideDefaultAction": true,
                        "field": "cm:name,cm:title,TEXT"
                    }
                }
            }
        ]
    }
}

Settings

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.

Details

This component lets the user provide logical conditions to apply to each field in the search query.

See also