From 45f8a95e10687360437ff850549f6090ceb115e3 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 22 Aug 2023 17:56:21 +0200 Subject: [PATCH] docs: add changeset file Signed-off-by: Camila Belo --- .changeset/many-tips-attend.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/many-tips-attend.md diff --git a/.changeset/many-tips-attend.md b/.changeset/many-tips-attend.md new file mode 100644 index 0000000000..34b5898803 --- /dev/null +++ b/.changeset/many-tips-attend.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-react': patch +--- + +Optionally initializes the search context with default settings for search queries only when the config is defined, rather than always overriding it.