loaded materials form solr with jsonapi, and display them
This commit is contained in:
@@ -8,8 +8,8 @@ dependencies:
|
||||
- taxonomy
|
||||
- search_api
|
||||
config:
|
||||
- field.storage.node.field_famille
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_famille
|
||||
- field.storage.node.field_tags
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- field.storage.node.field_thesaurus
|
||||
@@ -176,6 +176,14 @@ field_settings:
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
uuid:
|
||||
label: UUID
|
||||
datasource_id: 'entity:node'
|
||||
property_path: uuid
|
||||
type: string
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
datasource_settings:
|
||||
'entity:node':
|
||||
bundles:
|
||||
@@ -222,6 +230,7 @@ processor_settings:
|
||||
- thesaurus_synonyms
|
||||
- thesaurus_tid
|
||||
- title
|
||||
- uuid
|
||||
title: true
|
||||
alt: true
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user