Roundcube Community Forum

 

Pattern search not working

Started by alfr, February 06, 2015, 02:32:06 AM

Previous topic - Next topic

alfr

Hi,

Roundcube seems to be doing an exact string search on my installation.  So for example, if I try to search 'SUBMIT ORDER'  it can find those emails. But if I change it to 'SUBMIT ORDE' it will fail to find. 

I don't think it is related to my IMAP server (dovecot) because if I use other clients (like Squirrel mail or Thunderbird) I don't experience the same problem.

Roundcube is installed on Fedora 21 (roundcubemail-1.0.4-2.fc21.noarch).

Thanks.

alec

Roundcube just passes the search to the IMAP server. Enable imap_debug in config to see what is send to the server.

alfr

Hi,

I think it is related to the lucene fts which is enabled in dovecot.  So this seems not related to roundcube.