kontalk / desktopclient-java

Kontalk official platform independent desktop client
https://www.kontalk.org
GNU General Public License v3.0
57 stars 24 forks source link

[Windows] - Search message sent and contact match #34

Closed M4v3r1cK87 closed 9 years ago

M4v3r1cK87 commented 9 years ago

Hello, I trying the search message function, but I notice that when the search find the message, if is a sent message, is impossible to view what is the contact that I sent it. search

daniele-athome commented 9 years ago

Might be related to #33 if encryption blocks database processing someway?

abika commented 9 years ago

No, that is unrelated.

All three lists (Chats, contacts, current chat messages) are filtered at the same time. Yes, the current chat should always stay in the "Chats" list, never noticed that

M4v3r1cK87 commented 9 years ago

Hi @abika I notice that if search somethings, the contacts list is blank while in the chat history you show the result searched. But if search a sent message, is not showing the receiver because in the message popup you don't show the receiver (correct, search my message that I have sent and you don't write in the message popup the sender): search send

While, if I search a text that I received, in the message popup you show the sender so the search showing the sender : search receive

Another problem is if I search a text with a capital letter. In this example I searched the same previous word, but now with the first letter as capital, and the search is empty: search empty

And seems that the search not is for all contact but only for the contact selected. If I sent "hello" to 3 contacts, and after search the text "hello", I found the text only for the contact selected.

abika commented 9 years ago

search in messages is only done for the currently selected chat - searching in all chats simultaneously is not supported (and hard to implement).

Please open another issue if you really need that.