diff --git a/apps/web/ee/components/workspace/search/results/comment-item.tsx b/apps/web/ee/components/workspace/search/results/comment-item.tsx index 277408f610..38283cf4c5 100644 --- a/apps/web/ee/components/workspace/search/results/comment-item.tsx +++ b/apps/web/ee/components/workspace/search/results/comment-item.tsx @@ -10,10 +10,10 @@ export const CommentItem = ({ comment }: { comment: IWorkspaceCommentEnhancedSea return (
-
+
{userDetails?.display_name} commented on -
+
- {comment.issue_name} + {comment.issue_name}
diff --git a/packages/constants/src/enhanced-search.ts b/packages/constants/src/enhanced-search.ts index b783fbd382..ab1977c427 100644 --- a/packages/constants/src/enhanced-search.ts +++ b/packages/constants/src/enhanced-search.ts @@ -43,6 +43,7 @@ export const SEARCH_FILTERS: TSearchFilter[] = [ { key: ESearchFilterKeys.PAGE, i18n_label: "common.pages" }, { key: ESearchFilterKeys.EPIC, i18n_label: "common.epics" }, { key: ESearchFilterKeys.TEAMSPACE, i18n_label: "teamspaces.label" }, + { key: ESearchFilterKeys.WORK_ITEM_COMMENT, i18n_label: "common.comments" }, ]; export interface IWorkspaceDefaultEnhancedSearchResult {