-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
global search does not find emoji in messages #2488
Comments
This has to do with how the string is encoded. I tried a couple options in
Jsonrpc call works so maybe easiest to just convert to that. Have to figure out if we still need DcChatlist. |
hm, but strings are all returned from core the same way. also, strings are given to core the same way. so, why is the hiliting in the in-chat-search working? (the hilighting is done in UI, not in core, afaik) jsonrpc for basic low-level objects as needed by Andoid/iOS is missing and/or badly documented and is out of scope until we have fitting APIs. the current ones are optimised for Desktop and have eg. lots of for Android/iOS probably unneeded database calls, so would slow down things. things are improving there, however, nothing for now |
I don't know how core works nor can I fully comprehend rust but it says lossy conversion to string here: https://github.com/deltachat/deltachat-core-rust/blob/4ec50d19907f9b64bf144d37a004dcc62fc3ed07/deltachat-ffi/src/lib.rs#L915 And when I do |
The global search in DC-iOS only recognizes emojis in the name of the chats but not in the chats themselves. Since this is not the case in DC-Android and DC-Desktop, it is probably not a core bug.
iOS 18.2
DC-iOS 1.50.3
The text was updated successfully, but these errors were encountered: