drafted ajax search call

This commit is contained in:
2019-06-01 16:15:08 +02:00
parent d21bd5ef4e
commit 7f65fd79a4
9 changed files with 278 additions and 17 deletions

View File

@@ -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
@@ -52,6 +52,14 @@ field_settings:
dependencies:
config:
- field.storage.node.field_famille
nid:
label: ID
datasource_id: 'entity:node'
property_path: nid
type: integer
dependencies:
module:
- node
node_grants:
label: 'Node access information'
property_path: search_api_node_grants
@@ -68,7 +76,7 @@ field_settings:
config:
- field.storage.node.body
status:
label: null
label: status
datasource_id: 'entity:node'
property_path: status
type: boolean
@@ -101,6 +109,18 @@ field_settings:
- field.storage.taxonomy_term.field_synonyms
module:
- taxonomy
tag_tid:
label: 'Tags » Taxonomy term » Term ID'
datasource_id: 'entity:node'
property_path: 'field_tags:entity:tid'
type: text
boost: !!float 13
dependencies:
config:
- field.storage.node.field_tags
module:
- taxonomy
- taxonomy
thesaurus_name:
label: 'Thesaurus » Taxonomy term » Name'
datasource_id: 'entity:node'
@@ -125,6 +145,18 @@ field_settings:
- field.storage.taxonomy_term.field_synonyms
module:
- taxonomy
thesaurus_tid:
label: 'Thesaurus » Taxonomy term » Term ID'
datasource_id: 'entity:node'
property_path: 'field_thesaurus:entity:tid'
type: text
boost: !!float 21
dependencies:
config:
- field.storage.node.field_thesaurus
module:
- taxonomy
- taxonomy
title:
label: Title
datasource_id: 'entity:node'
@@ -135,7 +167,7 @@ field_settings:
module:
- node
uid:
label: null
label: uid
datasource_id: 'entity:node'
property_path: uid
type: integer
@@ -185,8 +217,10 @@ processor_settings:
- processed
- tag_name
- tag_synonyms
- tag_tid
- thesaurus_name
- thesaurus_synonyms
- thesaurus_tid
- title
title: true
alt: true