search api autocomplete withour accent, and splitting numbers (fruhstuck40)
This commit is contained in:
@@ -7,7 +7,6 @@ dependencies:
|
||||
- taxonomy
|
||||
- synonyms
|
||||
- search_api
|
||||
- materio_sapi
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- search_api.server.database_search_autocomplete
|
||||
@@ -61,7 +60,7 @@ field_settings:
|
||||
label: Synonyms
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: field_synonyms
|
||||
type: 'solr_text_custom:edgestring'
|
||||
type: 'solr_text_custom:edgeasciistring'
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
@@ -69,7 +68,7 @@ field_settings:
|
||||
label: Name
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: name
|
||||
type: 'solr_text_custom:edgestring'
|
||||
type: 'solr_text_custom:edgeasciistring'
|
||||
boost: !!float 2
|
||||
dependencies:
|
||||
module:
|
||||
@@ -119,7 +118,6 @@ processor_settings:
|
||||
solr_date_range:
|
||||
weights:
|
||||
preprocess_index: 0
|
||||
term_used: { }
|
||||
type_boost:
|
||||
boosts:
|
||||
'entity:taxonomy_term':
|
||||
|
Reference in New Issue
Block a user