vue-advanced-chat
vue-advanced-chat copied to clipboard
Add search bar for room messages
we can use a package vue-text-highlight for this
It's not that simple as there is probably backend pagination to load messages, so we also need to add a way to trigger pagination programmatically when searching messages. This is a good idea, but not easy to implement.
It's not that simple as there is probably backend pagination to load messages, so we also need to add a way to trigger pagination programmatically when searching messages. This is a good idea, but not easy to implement.
How about we implement the Agonia plugin in firebase to do the search?