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.