fix(plugin-catalog-react): add partial match text filter for displayName
Signed-off-by: Julien <julien.hery@ext.adeo.com>
This commit is contained in:
@@ -94,6 +94,7 @@ export class EntityTextFilter implements EntityFilter {
|
||||
const partialMatch = this.toUpperArray([
|
||||
entity.metadata.name,
|
||||
entity.metadata.title,
|
||||
(entity.spec?.profile as { displayName?: string })?.displayName,
|
||||
]);
|
||||
|
||||
for (const word of words) {
|
||||
|
||||
Reference in New Issue
Block a user