While debugging other functionalities I spotted that the array_merge in \Drupal\elasticsearch_connector_autocomp\EventSubscriber\DefaultSubscriber::elasticsearchConnectorPrepareIndex() overrides existing settings are they are on a second dimension of the array. Here's a patch to do this recursively.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | interdiff.txt | 1.14 KB | perry.franken |
| #2 | index_settings_cleared-2.patch | 1.64 KB | perry.franken |
| fix_array_merge_on_prepare_index_settings.patch | 874 bytes | simeonkesmev |
Comments
Comment #2
perry.franken commentedI made this patch d10 compatible.