Chat search should search the messages in the conversation

Currently only appears to search the title of the chat

I think a lot of users would want the search to also search at the message contents

14 Likes

Bump

1 Like

Bump! Please add this feature. Love cursor and this would be cherry on top.

1 Like

This feature is more important now that we have multiple chats. Please implement this.

2 Likes

+1.

yeah pretty impossible to find all chats and this needs to be implemented sooner then later. The entire IDE need better Agent organizational management. Think buckets, color codes, status, remind me later, i have over 500 chats and its impossible to manage.

There is sort of a feature that does this. It basically creates a request to search through the chat transcripts. Then provides hyperlinks that then open up that transcript where the search term was found. This allows for more than just searching a term. You could describe what you are looking for and it would try to find it. A bug is that it returns the current search transcript itself.

It then produces this request, which could have just been written out manually I suppose.

I do think Cursor should be able to just do a simple search for a term that does not require an unnecessary model request.