Quick search bar only searches senders name, not the domain

Typing in the domain of a sender into the search bar doesn’t return any results. This is really useful if I’m looking for everything from a particular company and not a specific person.

Hello,
what version of eM CLient are you using? It should work OK.

Latest (4.0.15145.0), only just installed it. I have it set to “Subject / Sender / Recipients” but when I enter part of the senders domain, it only seems to match on the name / subject.

Definitely is only matching on the name, for example if I was sent an email with “[email protected] <[email protected]>” cc’ed it’ll show up in a search for blah.com, but “test <[email protected]>” won’t come up

Also very lame in this ticketing system i had to write & lt; instead of being able to use a regular < symbol

Hello,
try to search for: *blah.com it should help. But the search may become slower.

That does work, but it is quite a bit slower

It should work without the asterisk.

asterisk is standard “sign” for these operations. It is standard for implementing something with same string but with different parts of it :slight_smile:

for example I as android programmer can do this:

import android.support.v4.app.*;

instead of this:

import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTransaction;

Jan