diff --git a/frontend/src/component/common/Table/cells/FeatureTagCell/FeatureTagCell.tsx b/frontend/src/component/common/Table/cells/FeatureTagCell/FeatureTagCell.tsx index e4b9e8a81c..2ecdbdaf10 100644 --- a/frontend/src/component/common/Table/cells/FeatureTagCell/FeatureTagCell.tsx +++ b/frontend/src/component/common/Table/cells/FeatureTagCell/FeatureTagCell.tsx @@ -47,7 +47,8 @@ export const FeatureTagCell: VFC = ({ row, value }) => { 0 && value.includes(searchQuery) + searchQuery.length > 0 && + value.toLowerCase().includes(searchQuery.toLowerCase()) } > {row.original.tags?.length === 1