mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-5181] Introduce logical search filter (#3245)
* [ACS-5181] Introduce logical search filter * [ACS-5181] Correct filters order
This commit is contained in:
@@ -946,6 +946,19 @@
|
||||
"TAG"
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
"id": "logic",
|
||||
"name": "SEARCH.CATEGORIES.LOGIC",
|
||||
"enabled": true,
|
||||
"component": {
|
||||
"selector": "logical-filter",
|
||||
"settings": {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true,
|
||||
"field": "cm:name,cm:title,cm:description,TEXT,TAG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "queryName",
|
||||
"name": "SEARCH.SEARCH_HEADER.FILTERS.NAME.TITLE",
|
||||
|
@@ -135,6 +135,19 @@
|
||||
}
|
||||
},
|
||||
"categories": [
|
||||
{
|
||||
"id": "logic",
|
||||
"name": "SEARCH.CATEGORIES.LOGIC",
|
||||
"enabled": true,
|
||||
"component": {
|
||||
"selector": "logical-filter",
|
||||
"settings": {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true,
|
||||
"field": "cm:name,cm:title,cm:description,TEXT,TAG"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "createdDateRange",
|
||||
"name": "SEARCH.CATEGORIES.CREATED_DATE",
|
||||
|
Reference in New Issue
Block a user