stream-chat-react
stream-chat-react copied to clipboard
MessageSearchList component
As a developer using the React SDK, I would like to be able to quickly implement a user interface that displays the results from searching the messages in a certain channel.
Acceptance Criteria
- A list UI component (
MessageSearchList) that abstracts the underlying message search API. - Automatic pagination through endless scrolling. Use the
prev/nextpagination mode. - component properties that allow the user to specify the query and the search options
Out of scope
- an input component that enables the end-user to type their query. This is trivial to integrate from the outside, but hard to customize if built-in.
Definition of Done
- Publicly accessible React Component
- Doc comments
- Docs: Integration Guide
- Unit tests
Is there any estimate on when this will be developed?
Is this in any early development stage? I would like to see the code (if there is any) before implementing something on my own.
Currently we do not have ETA for this feature.
Could we also add the same feature in message list component so that we can filter based on custom_fields or default message object fields just the way it is there in ChannelList component @MartinCupela