πΊπΈUnited States dysproseum
dysproseum β changed the visibility of the branch 8.x-1.x to hidden.
πΊπΈUnited States dysproseum
dysproseum β created an issue.
πΊπΈUnited States dysproseum
Patch #64 updated to apply on Drupal 10.2.4.
πΊπΈUnited States dysproseum
dysproseum β created an issue.
πΊπΈUnited States dysproseum
I originally thought it would take multiple steps to deploy this as stated. However, I was able to get this to import successfully in one "drush cim" by adding dependencies to the appsearch config files.
The appsearch.appsearch_engine will be dependent on the server:
- dependencies: { }
+ dependencies:
+ config:
+ - appsearch.appsearch_server.baltimorecity
And the appsearch.appsearch_searchui and appsearch.engineschema will be dependent on the engine:
- dependencies: { }
+ dependencies:
+ config:
+ - appsearch.appsearch_engine.baltimorecity