[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:
Mykyta Maliarchuk
2023-06-13 10:36:26 +02:00
committed by GitHub
parent b70755fc02
commit 22444744f1

View File

@@ -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"
}
}