added author name field in search api #2293
This commit is contained in:
parent
903a34fd02
commit
17ee1f0566
@ -3,19 +3,20 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_caillou
|
|
||||||
- field.storage.node.field_description
|
|
||||||
- field.storage.node.field_action
|
- field.storage.node.field_action
|
||||||
- field.storage.node.field_entite
|
- field.storage.node.field_entite
|
||||||
- field.storage.paragraph.field_entite
|
- field.storage.paragraph.field_entite
|
||||||
- field.storage.node.field_sources
|
- field.storage.node.field_caillou
|
||||||
- field.storage.paragraph.field_description
|
- field.storage.node.field_description
|
||||||
- field.storage.node.field_menace_maintien
|
- field.storage.node.field_menace_maintien
|
||||||
- field.storage.node.field_recit_colophon
|
- field.storage.node.field_recit_colophon
|
||||||
|
- field.storage.node.field_sources
|
||||||
|
- field.storage.paragraph.field_description
|
||||||
- search_api.server.ouatterrir
|
- search_api.server.ouatterrir
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- paragraphs
|
- paragraphs
|
||||||
|
- user
|
||||||
- search_api
|
- search_api
|
||||||
id: concernements
|
id: concernements
|
||||||
name: Concernements
|
name: Concernements
|
||||||
@ -75,6 +76,15 @@ field_settings:
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_recit_colophon
|
- field.storage.node.field_recit_colophon
|
||||||
|
name:
|
||||||
|
label: 'Écrit par » User » Nom'
|
||||||
|
datasource_id: 'entity:node'
|
||||||
|
property_path: 'uid:entity:name'
|
||||||
|
type: text
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- user
|
||||||
nid:
|
nid:
|
||||||
label: 'Identifiant (ID)'
|
label: 'Identifiant (ID)'
|
||||||
datasource_id: 'entity:node'
|
datasource_id: 'entity:node'
|
||||||
@ -198,23 +208,26 @@ processor_settings:
|
|||||||
alt: true
|
alt: true
|
||||||
tags:
|
tags:
|
||||||
b: 2
|
b: 2
|
||||||
em: 1
|
|
||||||
h1: 5
|
h1: 5
|
||||||
h2: 3
|
h2: 3
|
||||||
h3: 2
|
h3: 2
|
||||||
strong: 2
|
strong: 2
|
||||||
u: 1
|
|
||||||
ignorecase:
|
ignorecase:
|
||||||
weights:
|
weights:
|
||||||
preprocess_index: -20
|
preprocess_index: -20
|
||||||
preprocess_query: -20
|
preprocess_query: -20
|
||||||
all_fields: false
|
all_fields: true
|
||||||
fields:
|
fields:
|
||||||
|
- field_action
|
||||||
- field_caillou
|
- field_caillou
|
||||||
- field_description
|
- field_description
|
||||||
|
- field_menace_maintien
|
||||||
- field_recit_colophon
|
- field_recit_colophon
|
||||||
|
- name
|
||||||
|
- processed
|
||||||
- title
|
- title
|
||||||
- title_1
|
- title_1
|
||||||
|
- title_2
|
||||||
- uuid
|
- uuid
|
||||||
language_with_fallback: { }
|
language_with_fallback: { }
|
||||||
rendered_item: { }
|
rendered_item: { }
|
||||||
|
@ -5,13 +5,14 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.storage.node.field_action
|
- field.storage.node.field_action
|
||||||
- field.storage.node.field_sources
|
- field.storage.node.field_sources
|
||||||
- field.storage.paragraph.field_description
|
|
||||||
- field.storage.paragraph.field_liens
|
- field.storage.paragraph.field_liens
|
||||||
- field.storage.node.field_menace_maintien
|
- field.storage.node.field_menace_maintien
|
||||||
|
- field.storage.paragraph.field_description
|
||||||
- search_api.server.ouatterrir
|
- search_api.server.ouatterrir
|
||||||
module:
|
module:
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- node
|
- node
|
||||||
|
- user
|
||||||
- search_api
|
- search_api
|
||||||
id: entites
|
id: entites
|
||||||
name: Entités
|
name: Entités
|
||||||
@ -45,6 +46,15 @@ field_settings:
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_menace_maintien
|
- field.storage.node.field_menace_maintien
|
||||||
|
name:
|
||||||
|
label: 'Écrit par » User » Nom'
|
||||||
|
datasource_id: 'entity:node'
|
||||||
|
property_path: 'uid:entity:name'
|
||||||
|
type: text
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- user
|
||||||
nid:
|
nid:
|
||||||
label: 'Identifiant (ID)'
|
label: 'Identifiant (ID)'
|
||||||
datasource_id: 'entity:node'
|
datasource_id: 'entity:node'
|
||||||
@ -137,20 +147,21 @@ processor_settings:
|
|||||||
alt: true
|
alt: true
|
||||||
tags:
|
tags:
|
||||||
b: 2
|
b: 2
|
||||||
em: 1
|
|
||||||
h1: 5
|
h1: 5
|
||||||
h2: 3
|
h2: 3
|
||||||
h3: 2
|
h3: 2
|
||||||
strong: 2
|
strong: 2
|
||||||
u: 1
|
|
||||||
ignorecase:
|
ignorecase:
|
||||||
weights:
|
weights:
|
||||||
preprocess_index: -20
|
preprocess_index: -20
|
||||||
preprocess_query: -20
|
preprocess_query: -20
|
||||||
all_fields: false
|
all_fields: true
|
||||||
fields:
|
fields:
|
||||||
- field_action
|
- field_action
|
||||||
|
- field_liens
|
||||||
- field_menace_maintien
|
- field_menace_maintien
|
||||||
|
- name
|
||||||
|
- processed
|
||||||
- title
|
- title
|
||||||
- uuid
|
- uuid
|
||||||
language_with_fallback: { }
|
language_with_fallback: { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user