added content_type filter to search api
This commit is contained in:
@@ -17,8 +17,8 @@ dependencies:
|
||||
- node
|
||||
- paragraphs
|
||||
- search_api
|
||||
id: enquetes
|
||||
name: enquetes
|
||||
id: concernements
|
||||
name: Concernements
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
@@ -40,6 +40,7 @@ field_settings:
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_caillou
|
||||
type: text
|
||||
boost: !!float 2
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_caillou
|
||||
@@ -48,6 +49,7 @@ field_settings:
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_description
|
||||
type: text
|
||||
boost: !!float 2
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_description
|
||||
@@ -69,6 +71,7 @@ field_settings:
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_recit_colophon
|
||||
type: text
|
||||
boost: 1.3
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_recit_colophon
|
||||
@@ -163,7 +166,6 @@ datasource_settings:
|
||||
default: false
|
||||
selected:
|
||||
- concernement
|
||||
- entite
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
164
src/config/sync/search_api.index.entites.yml
Normal file
164
src/config/sync/search_api.index.entites.yml
Normal file
@@ -0,0 +1,164 @@
|
||||
uuid: 5fe5a486-3192-4bad-a12a-f93871b512bf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_action
|
||||
- field.storage.node.field_sources
|
||||
- field.storage.paragraph.field_description
|
||||
- field.storage.paragraph.field_liens
|
||||
- field.storage.node.field_menace_maintien
|
||||
- search_api.server.ouatterrir
|
||||
module:
|
||||
- paragraphs
|
||||
- node
|
||||
- search_api
|
||||
id: entites
|
||||
name: Entités
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
field_action:
|
||||
label: Action
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_action
|
||||
type: text
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_action
|
||||
field_liens:
|
||||
label: 'Experiences vécues » Paragraph » Liens'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: 'field_sources:entity:field_liens'
|
||||
type: string
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_sources
|
||||
- field.storage.paragraph.field_liens
|
||||
module:
|
||||
- paragraphs
|
||||
field_menace_maintien:
|
||||
label: Menace/Maintien
|
||||
datasource_id: 'entity:node'
|
||||
property_path: field_menace_maintien
|
||||
type: text
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_menace_maintien
|
||||
nid:
|
||||
label: 'Identifiant (ID)'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: nid
|
||||
type: integer
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
node_grants:
|
||||
label: 'Information d''accès du nœud.'
|
||||
property_path: search_api_node_grants
|
||||
type: string
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
hidden: true
|
||||
processed:
|
||||
label: 'Experiences vécues » Paragraph » Experience vécue » Texte traité'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: 'field_sources:entity:field_description:processed'
|
||||
type: text
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_sources
|
||||
- field.storage.paragraph.field_description
|
||||
module:
|
||||
- paragraphs
|
||||
status:
|
||||
label: status
|
||||
datasource_id: 'entity:node'
|
||||
property_path: status
|
||||
type: boolean
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
title:
|
||||
label: Title
|
||||
datasource_id: 'entity:node'
|
||||
property_path: title
|
||||
type: string
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
uid:
|
||||
label: uid
|
||||
datasource_id: 'entity:node'
|
||||
property_path: uid
|
||||
type: integer
|
||||
indexed_locked: true
|
||||
type_locked: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
uuid:
|
||||
label: 'Identifiant universel unique (UUID)'
|
||||
datasource_id: 'entity:node'
|
||||
property_path: uuid
|
||||
type: string
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
datasource_settings:
|
||||
'entity:node':
|
||||
bundles:
|
||||
default: false
|
||||
selected:
|
||||
- entite
|
||||
languages:
|
||||
default: true
|
||||
selected: { }
|
||||
processor_settings:
|
||||
add_url: { }
|
||||
aggregated_field: { }
|
||||
content_access:
|
||||
weights:
|
||||
preprocess_query: -30
|
||||
entity_status: { }
|
||||
entity_type: { }
|
||||
html_filter:
|
||||
weights:
|
||||
preprocess_index: -15
|
||||
preprocess_query: -15
|
||||
all_fields: false
|
||||
fields:
|
||||
- field_action
|
||||
- field_menace_maintien
|
||||
title: true
|
||||
alt: true
|
||||
tags:
|
||||
b: 2
|
||||
em: 1
|
||||
h1: 5
|
||||
h2: 3
|
||||
h3: 2
|
||||
strong: 2
|
||||
u: 1
|
||||
ignorecase:
|
||||
weights:
|
||||
preprocess_index: -20
|
||||
preprocess_query: -20
|
||||
all_fields: false
|
||||
fields:
|
||||
- field_action
|
||||
- field_menace_maintien
|
||||
- title
|
||||
- uuid
|
||||
language_with_fallback: { }
|
||||
rendered_item: { }
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: lifo
|
||||
options:
|
||||
cron_limit: 50
|
||||
index_directly: true
|
||||
track_changes_in_references: true
|
||||
server: ouatterrir
|
||||
Reference in New Issue
Block a user