catalog: clarify changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-03-11 23:22:23 +01:00
parent b5cbbb63cf
commit e3a8e8f865
+1 -3
View File
@@ -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.