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:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Maître
|
display_title: Maître
|
||||||
|
|
|
@ -25,6 +25,8 @@ display:
|
||||||
label: Courriel
|
label: Courriel
|
||||||
user_name:
|
user_name:
|
||||||
label: 'Nom d''utilisateur'
|
label: 'Nom d''utilisateur'
|
||||||
|
subscriptions_target_id:
|
||||||
|
separator: ', '
|
||||||
status:
|
status:
|
||||||
label: Actif
|
label: Actif
|
||||||
created:
|
created:
|
||||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- search_api_solr
|
- search_api_solr
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- synonyms
|
|
||||||
- search_api
|
- search_api
|
||||||
- materio_sapi
|
- materio_sapi
|
||||||
config:
|
config:
|
||||||
|
@ -73,14 +72,6 @@ field_settings:
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- taxonomy
|
- taxonomy
|
||||||
synonyms:
|
|
||||||
label: 'Entity synonyms'
|
|
||||||
datasource_id: 'entity:taxonomy_term'
|
|
||||||
property_path: synonyms
|
|
||||||
type: 'solr_text_custom:ngram'
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- synonyms
|
|
||||||
tid:
|
tid:
|
||||||
label: 'Term ID'
|
label: 'Term ID'
|
||||||
datasource_id: 'entity:taxonomy_term'
|
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