mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +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:
@@ -1485,6 +1485,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": "size",
|
||||
"name": "SEARCH.CATEGORIES.SIZE",
|
||||
@@ -1641,6 +1654,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",
|
||||
@@ -1795,6 +1821,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",
|
||||
|
@@ -568,7 +568,8 @@
|
||||
},
|
||||
"CREATED_DATE": "Created date",
|
||||
"EFFECTIVITY_FROM": "Effectivity from",
|
||||
"EFFECTIVITY_TO": "Effectivity to"
|
||||
"EFFECTIVITY_TO": "Effectivity to",
|
||||
"LOGIC": "Logic"
|
||||
},
|
||||
"FACET_QUERIES": {
|
||||
"TODAY": "Today",
|
||||
|
Reference in New Issue
Block a user