Enable Drutopia Search feature
This commit is contained in:
parent
c947431e92
commit
02d66e87b0
8 changed files with 714 additions and 0 deletions
58
config/sync/facets.facet.search_date.yml
Normal file
58
config/sync/facets.facet.search_date.yml
Normal file
|
@ -0,0 +1,58 @@
|
|||
uuid: 20145cba-9b99-45b7-a216-a2e6b2d8d413
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api.index.content
|
||||
- views.view.search
|
||||
module:
|
||||
- search_api
|
||||
_core:
|
||||
default_config_hash: syu_tLhMKbEI3qeAzecwvNMGieJLpJSIm7B_x7Kvtd0
|
||||
id: search_date
|
||||
name: 'Search date'
|
||||
url_alias: search_date
|
||||
weight: 0
|
||||
min_count: 1
|
||||
show_only_one_result: false
|
||||
field_identifier: created
|
||||
facet_source_id: 'search_api:views_page__search__page_1'
|
||||
widget:
|
||||
type: checkbox
|
||||
config:
|
||||
show_numbers: true
|
||||
soft_limit: 10
|
||||
soft_limit_settings:
|
||||
show_less_label: 'Show fewer'
|
||||
show_more_label: 'Show more'
|
||||
query_operator: or
|
||||
use_hierarchy: false
|
||||
expand_hierarchy: false
|
||||
enable_parent_when_child_gets_disabled: true
|
||||
hard_limit: 0
|
||||
exclude: false
|
||||
only_visible_when_facet_source_is_visible: true
|
||||
processor_configs:
|
||||
date_item:
|
||||
processor_id: date_item
|
||||
weights:
|
||||
build: 35
|
||||
settings:
|
||||
date_display: actual_date
|
||||
granularity: 6
|
||||
date_format: ''
|
||||
display_value_widget_order:
|
||||
processor_id: display_value_widget_order
|
||||
weights:
|
||||
sort: 40
|
||||
settings:
|
||||
sort: DESC
|
||||
url_processor_handler:
|
||||
processor_id: url_processor_handler
|
||||
weights:
|
||||
pre_query: 50
|
||||
build: 15
|
||||
settings: { }
|
||||
empty_behavior:
|
||||
behavior: none
|
||||
show_title: false
|
Loading…
Add table
Add a link
Reference in a new issue