-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contextual websearch on tags and categories. DDFFORM-788
Embedding a contextualized version of the editorial search view directly on 'Categories' and 'Tags' individual term pages. This allows the user to find content that is associated with this term.
- Loading branch information
Showing
4 changed files
with
209 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 6d9e0463-1e18-45be-b9cd-9e30b50bdf53 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- taxonomy | ||
id: category_term | ||
label: 'Category term - embedded search' | ||
type: 'canonical_entities:taxonomy_term' | ||
pattern: '/search/web/categories/[term:name]' | ||
selection_criteria: | ||
0f0f2190-bf04-4b11-9d33-5404ab1352ef: | ||
id: 'entity_bundle:taxonomy_term' | ||
negate: false | ||
uuid: 0f0f2190-bf04-4b11-9d33-5404ab1352ef | ||
context_mapping: | ||
taxonomy_term: taxonomy_term | ||
bundles: | ||
categories: categories | ||
selection_logic: and | ||
weight: -5 | ||
relationships: { } |
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,22 @@ | ||
uuid: 7b51f435-12a6-4a18-8f2b-6421bccf8ea2 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- taxonomy | ||
id: tag_term | ||
label: 'Tag term - embedded search' | ||
type: 'canonical_entities:taxonomy_term' | ||
pattern: '/search/web/tag/[term:name]' | ||
selection_criteria: | ||
570dcc15-8a7a-4d87-8d5b-1d56e4290331: | ||
id: 'entity_bundle:taxonomy_term' | ||
negate: false | ||
uuid: 570dcc15-8a7a-4d87-8d5b-1d56e4290331 | ||
context_mapping: | ||
taxonomy_term: taxonomy_term | ||
bundles: | ||
tags: tags | ||
selection_logic: and | ||
weight: -5 | ||
relationships: { } |
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