[Feedback] Advanced search for issues includes issue comments

GitLab's Advanced search feature has been enhanced to allow issue searches to also search issue comments. When a user searches for issues, the system returns issues that match the title or description or issues with matches in comments. Please note, there are no UI indicators if a search result matched only in a comment.

This issue is to collect feedback. Please leave a comment on this issue if you have any feedback or want to report any problems or suggestions.

If you want to disable searching issue comments with issues, you can run the following commands. Don't forget to replace user_name with your GitLab username.

For staging #staging

/chatops run feature set --user=user_name search_work_item_queries_notes false --dev --pre --staging --staging-ref

For production #production

/chatops run feature set --user=user_name search_work_item_queries_notes false
Edited by Terri Chu