stream-chat-angular icon indicating copy to clipboard operation
stream-chat-angular copied to clipboard

Message search

Open szuperaz opened this issue 4 years ago • 3 comments

szuperaz avatar Oct 20 '21 06:10 szuperaz

This is an important feature for us. The people we provide chat services to need the ability to search through their messages.

It appears that the React GetStream app already has basic support for submitting search queries as shown by their docs.

frozenfrank avatar Jun 11 '24 18:06 frozenfrank

@szuperaz I notice that this was marked as "Q1" about two years ago. Is StreamChatAngular still planning on providing this feature, and will it be prioritized anytime soon?

frozenfrank avatar Jun 11 '24 19:06 frozenfrank

Unfortunately, I can't tell when this will be implemented in the SDK. We have an example implementation here to help you get started: https://github.com/GetStream/stream-chat-angular/commits/channel-message-search/, it uses the search API in combination with the jumpToMessage function, these two methods combined do the heavy-lifting for searching.

szuperaz avatar Jun 12 '24 07:06 szuperaz