From c2efddea68749e696e9e5b521639685f28a82263 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 11 Mar 2024 13:54:35 +0100 Subject: [PATCH] catalog: changesets Signed-off-by: Vincenzo Scamporlino --- .changeset/.yellow-parrots-glow.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/.yellow-parrots-glow.md diff --git a/.changeset/.yellow-parrots-glow.md b/.changeset/.yellow-parrots-glow.md new file mode 100644 index 0000000000..1f71f74af2 --- /dev/null +++ b/.changeset/.yellow-parrots-glow.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-catalog': patch +--- + +The `CatalogIndexPage` now uses `EntitySearchBar` for text-based filtering of entities. + +This update also saves your search text in the query parameters and moderates the rate of server requests through debouncing.