-
Notifications
You must be signed in to change notification settings - Fork 62
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
Bug > Email Query > Cannot filter by "From" when keyword is domain name #3945
Comments
What's the full email of the user in from field of mail "fb3..."? Can you share the EML of that mail? |
Functionally speaking filtering by domain part is likely uneeded. |
I was thinking about the case: user wants to search all email from the specified domain in the mailbox |
Yes it is a "nice to have", not more IMO |
Hi @chibenwa I need to update the bug description since it happens only with the domain contains special characters like Could you help to confirm? |
This is then due to our ES tokenizer: I will clarify the impact (low) and difficulty (hard) as changing mapping and reindexing all data is needed to solve this. Thanks for the clarification, we will add failing unit test cases to document this bug but likely will not fix it directly. |
#3972 demonstrates the issue |
Actual Result
When using the filter (from/to/cc/bcc), JMAP cannot filter emails by the special domain name like
qa.open-paas.org
- which has 2 dots and a hyphen, while able to filter with other domain names (linagora.com or gmail.com)Cannot filter by domain name

Able to filter by a normal domain name



Expected Result
Please investigate. It should able to filter a valid domain name
Environment
DEV environment
The text was updated successfully, but these errors were encountered: