Searching emails by email address doesn't work :(
-
Note that if you had just enabled solr before you searched, it can take a while for solr to complete indexing all your existing emails.
@girish said in Searching emails by email address doesn't work
:
Note that if you had just enabled solr before you searched, it can take a while for solr to complete indexing all your existing emails.
I've had it enabled since we've had Solr on Cloudron, so that's not the problem.
-
@jdaviescoates strange.. So, I can't reproduce this. Tried with some really long words. The
EdgeNGramFilterFactory
max setting is for the size of the prefixes and not for search length. So, that size is actually fine.@girish said in Searching emails by email address doesn't work
:
Tried with some really long words.
I thought "OK, but you're searching for body text in an email, I'm search for the senders email address".
But I just tested sending myself an email with admin@sustianablebridport.com in the body and mine fails to find that too. It still only finds it if I search either for:
text=admin@sustainablebridport.
Again, if I have anything after the
.
it doesn't find itBut
Works
-
@girish said in Searching emails by email address doesn't work
:
Tried with some really long words.
I thought "OK, but you're searching for body text in an email, I'm search for the senders email address".
But I just tested sending myself an email with admin@sustianablebridport.com in the body and mine fails to find that too. It still only finds it if I search either for:
text=admin@sustainablebridport.
Again, if I have anything after the
.
it doesn't find itBut
Works
@jdaviescoates said in Searching emails by email address doesn't work
:
text=admin@sustainablebridport.
Again, if I have anything after the . it doesn't find it
This works on a newer install of Cloudron, so perhaps I need to migrate my older install as per https://docs.cloudron.io/guides/mailbox-sharing/#background ?
-
@jdaviescoates said in Searching emails by email address doesn't work
:
text=admin@sustainablebridport.
Again, if I have anything after the . it doesn't find it
This works on a newer install of Cloudron, so perhaps I need to migrate my older install as per https://docs.cloudron.io/guides/mailbox-sharing/#background ?
@jdaviescoates said in Searching emails by email address doesn't work
:
@jdaviescoates said in Searching emails by email address doesn't work
:
text=admin@sustainablebridport.
Again, if I have anything after the . it doesn't find it
This works on a newer install of Cloudron, so perhaps I need to migrate my older install as per https://docs.cloudron.io/guides/mailbox-sharing/#background ?
Nope, it's not that.
I just checked my
/home/yellowtent/boxdata/mail/dovecot/config.ini
and I've already got:namespace_separator=/
-
I thought perhaps the difference with a newer server where it works might be that I don't have Solr enabled on that... and so I tried disabling Solr... but a few moments later it re-enables itself!
-
@jdaviescoates I think the setting issue is fixed with https://git.cloudron.io/cloudron/box/-/commit/1afa2e87ec93881ebcd1f79d83d4477467b40770 . After changing the setting, manually restart the mail container (from services view) as a workaround. Fix is in the next release.
-
@jdaviescoates I think the setting issue is fixed with https://git.cloudron.io/cloudron/box/-/commit/1afa2e87ec93881ebcd1f79d83d4477467b40770 . After changing the setting, manually restart the mail container (from services view) as a workaround. Fix is in the next release.
@girish said in Searching emails by email address doesn't work
:
Fix is in the next release.
Presumably this is the fix to Solr re-starting itself?
Cool, thanks. I've try again once the updated has been rolled out.
Still unsure/ unclear if/ why Solr would effect this simple matter of searching by email address though?
-
The fix is for solr showing the incorrect status. Let's re-test once the update is out.
-
Hello @jdaviescoates
Did you ever come back to this issue?@james I can't presently reproduce the issue I had previously so I guess this is solved.
-
J james has marked this topic as solved