fixed synonyms update: need to reconfigure the all synonyms
This commit is contained in:
parent
e3dfe39d1d
commit
98d9ece6e7
|
@ -1,3 +1,4 @@
|
|||
label: 'Résumé de la commande'
|
||||
display:
|
||||
default:
|
||||
display_title: Maître
|
||||
|
|
|
@ -25,6 +25,8 @@ display:
|
|||
label: Courriel
|
||||
user_name:
|
||||
label: 'Nom d''utilisateur'
|
||||
subscriptions_target_id:
|
||||
separator: ', '
|
||||
status:
|
||||
label: Actif
|
||||
created:
|
||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
|||
module:
|
||||
- search_api_solr
|
||||
- taxonomy
|
||||
- synonyms
|
||||
- search_api
|
||||
- materio_sapi
|
||||
config:
|
||||
|
@ -73,14 +72,6 @@ field_settings:
|
|||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
synonyms:
|
||||
label: 'Entity synonyms'
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: synonyms
|
||||
type: 'solr_text_custom:ngram'
|
||||
dependencies:
|
||||
module:
|
||||
- synonyms
|
||||
tid:
|
||||
label: 'Term ID'
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
wording_type: default
|
||||
wording_type_label: Default
|
||||
_core:
|
||||
default_config_hash: lRAfT0kEgx-vGuLIywiXAVZKH84AK1H40zN5MHyqT38
|
|
@ -1,13 +0,0 @@
|
|||
uuid: 9c2ce416-af84-4135-ad33-6e43b328337b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.thesaurus.field_synonyms
|
||||
id: field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms
|
||||
provider_plugin: 'field:synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms'
|
||||
base_provider_plugin: field
|
||||
provider_configuration: { }
|
||||
behavior: synonyms.behavior.autocomplete
|
||||
behavior_configuration:
|
||||
wording: '@entity_label (@synonym)'
|
Loading…
Reference in New Issue