From e3a8e8f865c5947bdb6d8a054a5204a805935fb1 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Mon, 11 Mar 2024 23:22:23 +0100 Subject: [PATCH] catalog: clarify changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/.yellow-parrots-glow.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/.yellow-parrots-glow.md b/.changeset/.yellow-parrots-glow.md index 1f71f74af2..0773a7302c 100644 --- a/.changeset/.yellow-parrots-glow.md +++ b/.changeset/.yellow-parrots-glow.md @@ -2,6 +2,4 @@ '@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. +`CatalogIndexPage` now uses `EntitySearchBar` for text-based filtering of entities, saving the search text in the query parameters and debouncing the server requests.