Skip to content

Commit

Permalink
Add document_folders as facet in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
puthurr committed Oct 31, 2022
1 parent 6511dab commit d33819a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/config/webapps/webappui.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
{
"name": "SearchServiceConfig:FacetsAsString",
"value": "language,persons,organizations,locations,countries,content_group,authors,email/message_from,email/message_to,key_phrases,topics,image/tags,image/categories,image/captions",
"value": "language,persons,organizations,locations,countries,content_group,document_segments,authors,email/message_from,email/message_to,key_phrases,topics,image/tags,image/categories,image/captions",
"slotSetting": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"type": "dynamic",
"target": "key_phrases"
},
{
"id": "folders",
"name": "Folders",
"type": "dynamic",
"target": "document_segments"
},
{
"id": "message_from",
"name": "Message From",
Expand Down

0 comments on commit d33819a

Please sign in to comment.