Skip to content

Commit

Permalink
[ACS-4986] Advanced Search - enable new component for Tags and Locati…
Browse files Browse the repository at this point in the history
…on filters (#3270)

* [ACS-4986] set up new component for Tags and Location filters

* [ACS-4986] removed old filter
  • Loading branch information
nikita-web-ua authored Jun 13, 2023
1 parent b70755f commit 2244474
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 2244474

Please sign in to comment.