Skip to content

Commit

Permalink
ACS-4125 Display tags facets in search
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz authored and Thomas Hunter committed Mar 16, 2023
1 parent 13548b7 commit 4074582
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,17 @@
"allowUpdateOnChange": false,
"hideDefaultAction": true
}
},
{
"mincount": 1,
"field": "TAG",
"label": "Tags",
"settings": {
"allowUpdateOnChange": false,
"hideDefaultAction": true,
"displayAfterField": "SEARCH.CATEGORIES.MODIFIED_DATE",
"sorting": "ASCENDING"
}
}
]
},
Expand Down

0 comments on commit 4074582

Please sign in to comment.