Merge pull request #8116 from ainhoaL/user-search-displayname

Add User entities displayName to default catalog collator to be able to search by user's full name
This commit is contained in:
Ainhoa
2021-11-22 15:32:26 +00:00
committed by GitHub
2 changed files with 25 additions and 2 deletions
+5
View File
@@ -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.