-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Search Chat) Write logic for searching chat messages #481
Comments
Spent most of time on this. This is in progress. Coded logic to search chat but was stuck in filtering data of group chat and 1-1 chat from using single search bar component. Need to look more into this. |
What is the next step here? |
I have found a logic to cater this conflict. Also implemented the solution. Have created a single NSMutableArray and appended search results for both single or group chat. NSMutableArray will take care of different formats. Next step in this is that when user clicks on this chat message, it should be taken to whole conversation showing this message. This is what happens on whatsapp. It opens up whole conversation and conversation is scrolled up to that point where that searched chat message was. |
Thanks for the update |
This task has been completed now finally. |
We need to implement Search on Chat messages as done on Android
The text was updated successfully, but these errors were encountered: