From 631eb3816b4817f1f696e62291329c40f47030e6 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 9 Aug 2023 12:02:41 +0200 Subject: [PATCH] search-backend-module-elasticsearch: add changeset Signed-off-by: Patrik Oldsberg --- .changeset/popular-beds-invent.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/popular-beds-invent.md 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.