GetStream / stream-chat-angular

💬 Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.
https://getstream.io/chat/sdk/angular/
47 stars 32 forks source link

Message search #70

Open szuperaz opened 2 years ago

frozenfrank commented 4 weeks ago

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 commented 4 weeks ago

@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?

szuperaz commented 4 weeks ago

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.