This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISAICP-6584: Integrate Facets Form & Date Range Widget.
- Loading branch information
Showing
24 changed files
with
530 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
config/sync/block.block.facetformviewsearchdisplaypage.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
uuid: 33e5f26c-41da-4f9b-85a8-144a7b0bfe07 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- facets.facet.creation_date | ||
- facets.facet.group | ||
- facets.facet.spatial_coverage | ||
- facets.facet.topic | ||
- facets.facet.type | ||
module: | ||
- facets_form | ||
- system | ||
theme: | ||
- joinup_theme | ||
id: facetformviewsearchdisplaypage | ||
theme: joinup_theme | ||
region: sidebar_left | ||
weight: 0 | ||
provider: null | ||
plugin: 'facets_form:search_api:views_page__search__page_1' | ||
settings: | ||
id: 'facets_form:search_api:views_page__search__page_1' | ||
label: 'Facet form: View Search, display Page' | ||
provider: facets_form | ||
label_display: '0' | ||
button: | ||
label: | ||
submit: Search | ||
reset: 'Clear filters' | ||
facets: { } | ||
visibility: | ||
request_path: | ||
id: request_path | ||
pages: "/search\r\n/search/*" | ||
negate: false | ||
context_mapping: { } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
uuid: d23291d8-c77d-4c38-a3ae-d6c6d900d0c3 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- search_api.index.published | ||
- views.view.search | ||
module: | ||
- search_api | ||
id: creation_date | ||
name: 'Creation Date' | ||
url_alias: creation_date | ||
weight: 0 | ||
min_count: 1 | ||
show_only_one_result: true | ||
field_identifier: rdf_created | ||
facet_source_id: 'search_api:views_page__search__page_1' | ||
widget: | ||
type: facets_form_date_range | ||
config: | ||
date_type: date | ||
label: | ||
from: 'Date from' | ||
to: 'Date to' | ||
date_format: | ||
type: date_only | ||
custom: '' | ||
show_numbers: false | ||
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: | ||
active_widget_order: | ||
processor_id: active_widget_order | ||
weights: | ||
sort: -10 | ||
settings: | ||
sort: DESC | ||
count_widget_order: | ||
processor_id: count_widget_order | ||
weights: | ||
sort: -10 | ||
settings: | ||
sort: DESC | ||
display_value_widget_order: | ||
processor_id: display_value_widget_order | ||
weights: | ||
sort: -10 | ||
settings: | ||
sort: ASC | ||
url_processor_handler: | ||
processor_id: url_processor_handler | ||
weights: | ||
pre_query: 50 | ||
build: -10 | ||
settings: { } | ||
empty_behavior: | ||
behavior: none | ||
show_title: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.