Benoit Tellier created JAMES-3827:
-------------------------------------

             Summary: Searching domain of email addresses
                 Key: JAMES-3827
                 URL: https://issues.apache.org/jira/browse/JAMES-3827
             Project: James Server
          Issue Type: New Feature
            Reporter: Benoit Tellier


Given an email with `b...@domain.tld`

 -> `b...@domain.tld` matches
 -> `bob` (localpart) matches
 -> `domain.tld` (domain) matches
 -> `domain` (part of the domain) do not match.

I think we could easily propose a better 'search experience' by improving 
indexing and searches for domains.

*Traps to avoid*:

 Given `b...@domain.tld` search we should not return results of other addresses 
of `domain.tld` domain.

Given `domain.tld` search we should not return unrelated search results from 
the `tld` top-domain.

*migration strategy* will be aturaly covered upon the OpenSearch migration.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to