From eddb82ab7cb8143ccc91c1cb4b48d6989fb398cc Mon Sep 17 00:00:00 2001 From: Ainhoa Larumbe Date: Wed, 17 Nov 2021 16:51:07 +0000 Subject: [PATCH] add changeset Signed-off-by: Ainhoa Larumbe --- .changeset/smooth-vans-boil.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/smooth-vans-boil.md diff --git a/.changeset/smooth-vans-boil.md b/.changeset/smooth-vans-boil.md new file mode 100644 index 0000000000..39b2ea386f --- /dev/null +++ b/.changeset/smooth-vans-boil.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +Index User entities by displayName to be able to search by full name. Added displayName (if present) to the 'text' field in the indexed document.