diff --git a/.changeset/popular-beds-invent.md b/.changeset/popular-beds-invent.md new file mode 100644 index 0000000000..73c28d629e --- /dev/null +++ b/.changeset/popular-beds-invent.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-search-backend-module-elasticsearch': patch +--- + +Index templates can now be configured through configuration under the `search.elasticsearch.indexTemplates`. In addition, the `ElasticSearchSearchEngine.fromConfig` now also accepts a `LoggerService` as the `logger` option as well as a new `translator` option. + +The alpha `searchModuleElasticsearchEngine` export no longer accepts options.