diff --git a/.changeset/sixty-sheep-drive.md b/.changeset/sixty-sheep-drive.md new file mode 100644 index 0000000000..0b96248c93 --- /dev/null +++ b/.changeset/sixty-sheep-drive.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-catalog-backend': patch +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-catalog': patch +--- + +Fixed bug when searching an entity by `spec.profile.displayName` in the catalog on the frontend. Text filter fields were not applied correctly to the database query resulting in empty results.