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.