generated from dof-dss/nicsdru_origins_drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #978 from dof-dss/D8UN-uat
Release v0.23.2
- Loading branch information
Showing
98 changed files
with
3,206 additions
and
523 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
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
6 changes: 3 additions & 3 deletions
6
config/mahinquiry/config/facets_summary.facets_summary.news_summary.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
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,71 @@ | ||
uuid: fb6d152d-771b-4ea4-bf9c-693d6c05df10 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.body | ||
- field.storage.node.field_published_date | ||
- field.storage.node.field_teaser | ||
- search_api.server.default | ||
module: | ||
- node | ||
- search_api | ||
id: news | ||
name: News | ||
description: '' | ||
read_only: false | ||
field_settings: | ||
body: | ||
label: Body | ||
datasource_id: 'entity:node' | ||
property_path: body | ||
type: text | ||
dependencies: | ||
config: | ||
- field.storage.node.body | ||
field_published_date: | ||
label: 'Published date' | ||
datasource_id: 'entity:node' | ||
property_path: field_published_date | ||
type: date | ||
dependencies: | ||
config: | ||
- field.storage.node.field_published_date | ||
field_teaser: | ||
label: Teaser | ||
datasource_id: 'entity:node' | ||
property_path: field_teaser | ||
type: string | ||
dependencies: | ||
config: | ||
- field.storage.node.field_teaser | ||
title: | ||
label: Title | ||
datasource_id: 'entity:node' | ||
property_path: title | ||
type: text | ||
boost: !!float 5 | ||
dependencies: | ||
module: | ||
- node | ||
datasource_settings: | ||
'entity:node': | ||
bundles: | ||
default: false | ||
selected: | ||
- news | ||
languages: | ||
default: true | ||
selected: { } | ||
processor_settings: | ||
add_url: { } | ||
aggregated_field: { } | ||
language_with_fallback: { } | ||
rendered_item: { } | ||
tracker_settings: | ||
default: | ||
indexing_order: fifo | ||
options: | ||
index_directly: true | ||
cron_limit: 50 | ||
server: default |
61 changes: 61 additions & 0 deletions
61
config/mahinquiry/config/search_api.index.publications.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,61 @@ | ||
uuid: 383862ff-e39d-45d8-8128-f8f68ebbdbcb | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.body | ||
- field.storage.node.field_published_date | ||
- search_api.server.default | ||
module: | ||
- node | ||
- search_api | ||
id: publications | ||
name: Publications | ||
description: '' | ||
read_only: false | ||
field_settings: | ||
body: | ||
label: Body | ||
datasource_id: 'entity:node' | ||
property_path: body | ||
type: text | ||
dependencies: | ||
config: | ||
- field.storage.node.body | ||
field_published_date: | ||
label: 'Published date' | ||
datasource_id: 'entity:node' | ||
property_path: field_published_date | ||
type: date | ||
dependencies: | ||
config: | ||
- field.storage.node.field_published_date | ||
title: | ||
label: Title | ||
datasource_id: 'entity:node' | ||
property_path: title | ||
type: string | ||
dependencies: | ||
module: | ||
- node | ||
datasource_settings: | ||
'entity:node': | ||
bundles: | ||
default: false | ||
selected: | ||
- publication | ||
languages: | ||
default: true | ||
selected: { } | ||
processor_settings: | ||
add_url: { } | ||
aggregated_field: { } | ||
language_with_fallback: { } | ||
rendered_item: { } | ||
tracker_settings: | ||
default: | ||
indexing_order: fifo | ||
options: | ||
index_directly: true | ||
cron_limit: 50 | ||
server: default |
Oops, something went wrong.