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",
|
||||
"name": "SEARCH.FACET_FIELDS.LOCATION",
|
||||
"enabled": true,
|
||||
"component": {
|
||||
"selector": "",
|
||||
"selector": "autocomplete-chips",
|
||||
"settings": {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true,
|
||||
"field": "SITE"
|
||||
"allowOnlyPredefinedValues": false,
|
||||
"field": "SITE",
|
||||
"options": [ "_REPOSITORY_" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tag",
|
||||
"name": "Tags",
|
||||
"enabled": true,
|
||||
"component": {
|
||||
"selector": "",
|
||||
"selector": "autocomplete-chips",
|
||||
"settings": {
|
||||
"allowUpdateOnChange": false,
|
||||
"hideDefaultAction": true,
|
||||
"allowOnlyPredefinedValues": true,
|
||||
"field": "TAG"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user