mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-4986] Advanced Search - enable new component for Tags and Location filters (#3270)
* [ACS-4986] set up new component for Tags and Location filters * [ACS-4986] removed old filter
This commit is contained in:
committed by
GitHub
parent
b70755fc02
commit
22444744f1
@@ -1502,23 +1502,28 @@
|
|||||||
{
|
{
|
||||||
"id": "location",
|
"id": "location",
|
||||||
"name": "SEARCH.FACET_FIELDS.LOCATION",
|
"name": "SEARCH.FACET_FIELDS.LOCATION",
|
||||||
|
"enabled": true,
|
||||||
"component": {
|
"component": {
|
||||||
"selector": "",
|
"selector": "autocomplete-chips",
|
||||||
"settings": {
|
"settings": {
|
||||||
"allowUpdateOnChange": false,
|
"allowUpdateOnChange": false,
|
||||||
"hideDefaultAction": true,
|
"hideDefaultAction": true,
|
||||||
"field": "SITE"
|
"allowOnlyPredefinedValues": false,
|
||||||
|
"field": "SITE",
|
||||||
|
"options": [ "_REPOSITORY_" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "tag",
|
"id": "tag",
|
||||||
"name": "Tags",
|
"name": "Tags",
|
||||||
|
"enabled": true,
|
||||||
"component": {
|
"component": {
|
||||||
"selector": "",
|
"selector": "autocomplete-chips",
|
||||||
"settings": {
|
"settings": {
|
||||||
"allowUpdateOnChange": false,
|
"allowUpdateOnChange": false,
|
||||||
"hideDefaultAction": true,
|
"hideDefaultAction": true,
|
||||||
|
"allowOnlyPredefinedValues": true,
|
||||||
"field": "TAG"
|
"field": "TAG"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user