Skip to content

Commit 877c2d4

Browse files
110889: Added discovery configuration to community & collection search sections
1 parent 9e7a59d commit 877c2d4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/app/shared/comcol/sections/comcol-search-section/comcol-search-section.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<ds-themed-search
2+
[configuration]="(comcol$ | async)?.type"
23
[showSidebar]="showSidebar$ | async"
34
[showScopeSelector]="false"
45
[hideScopeInUrl]="true"

src/assets/i18n/en.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,8 @@
10841084

10851085
"collection.page.news": "News",
10861086

1087+
"collection.search.results.head": "Search Results",
1088+
10871089
"collection.select.confirm": "Confirm selected",
10881090

10891091
"collection.select.empty": "No collections to show",
@@ -1300,6 +1302,8 @@
13001302

13011303
"community.all-lists.head": "Subcommunities and Collections",
13021304

1305+
"community.search.results.head": "Search Results",
1306+
13031307
"community.sub-collection-list.head": "Collections in this Community",
13041308

13051309
"community.sub-community-list.head": "Communities in this Community",

0 commit comments

Comments
 (0)