Skip to content

Commit eb3a9a1

Browse files
Merged in feature/BKL-73-AddAllContentButtonToSearch (pull request #67)
Feature/BKL-73-AddAllContentButtonToSearch
2 parents debd30f + 8179e17 commit eb3a9a1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

config/sync/facets.facet.os2loop_search_db_content_type.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ name: 'Content type'
1212
url_alias: content_type
1313
weight: 0
1414
min_count: 1
15-
show_only_one_result: false
15+
show_only_one_result: true
1616
field_identifier: type
1717
facet_source_id: 'search_api:views_page__os2loop_search_db__page_search'
1818
widget:
1919
type: os2loop_search_db_document
2020
config:
2121
show_numbers: false
22-
soft_limit: 0
22+
soft_limit: '0'
2323
soft_limit_settings:
2424
show_less_label: 'Show less'
2525
show_more_label: 'Show more'
26-
show_reset_link: false
27-
reset_text: 'Show all'
28-
hide_reset_when_no_selection: false
26+
show_reset_link: 1
27+
reset_text: 'All content'
28+
hide_reset_when_no_selection: 0
2929
query_operator: or
3030
use_hierarchy: false
3131
keep_hierarchy_parents_active: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
widget:
2+
config:
3+
reset_text: 'Alt indhold'

0 commit comments

Comments
 (0)