Skip to content
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

SearchChats doesn't search by non-alphabetical symbols #41

Closed
vkryl opened this issue Feb 5, 2018 · 2 comments
Closed

SearchChats doesn't search by non-alphabetical symbols #41

vkryl opened this issue Feb 5, 2018 · 2 comments

Comments

@vkryl
Copy link
Contributor

vkryl commented Feb 5, 2018

Example.

There's a group with chat.title = "# My Group" or chat.title = "// Some Channel".
SearchChats will not return such results when query = "#" or query = "//".

SearchChatsOnServer will return these chats later, however, this enhancement would allow displaying such results faster.

@levlam
Copy link
Contributor

levlam commented Feb 5, 2018

I'm pretty sure that server search also ignores non-alphanumeric characters. The only difference is that local search returns empty list for effectively empty query and server search returns all chats in that case. It looks like server search should be fixed.

@levlam
Copy link
Contributor

levlam commented Sep 4, 2018

Server search returns empty list for these requests now, so the behavior of SearchChats and SearchChatsOnServer is the same now. There are no plans to search chats by non-alphabetical symbols, so I'm closing this issue.

@levlam levlam closed this as completed Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants