mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
* 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>