Files
plane/apps/web
Vamsi Krishna 1e6640cb4b [WEB-4583]feat: enhanced search comments (#3764)
* chore: added comment

* feat: enhance IssueCommentDocument and search functionality

- Added new fields: issue_title, issue_sequence_id, and issue_type_id to IssueCommentDocument.
- Updated IssueCommentSearchSerializer to include the new fields and changed comment to a SerializerMethodField for better handling of highlighted comments.
- Modified EnhancedGlobalSearchEndpoint to retrieve the new fields and implement highlighting for comments in search results.

* Update IssueCommentDocument and serializers for improved search functionality

- Enhanced IssueCommentDocument by adding an analyzer to the comment field and renaming issue_title to issue_name.
- Updated multiple serializers to make fields like type_id and logo_props optional.
- Improved IssueCommentSearchSerializer to handle highlights more effectively and renamed issue_title to issue_name.
- Adjusted EnhancedGlobalSearchEndpoint to reflect the changes in field names and modified comment highlighting settings.

* feat: integrated apis for wroksapce-search

---------

Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com>
2025-07-29 19:06:56 +05:30
..
2025-07-24 14:49:49 +05:30
2025-07-25 17:00:48 +05:30
2025-07-18 20:43:26 +05:30
2025-07-11 04:21:30 +05:30
2025-07-25 01:44:51 +05:30
2025-07-28 12:58:40 +05:30