Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: alfr on February 06, 2015, 02:32:06 AM

Title: Pattern search not working
Post by: alfr on February 06, 2015, 02:32:06 AM
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.
Title: Re: Pattern search not working
Post by: alec on February 06, 2015, 04:03:04 AM
Roundcube just passes the search to the IMAP server. Enable imap_debug in config to see what is send to the server.
Title: Re: Pattern search not working
Post by: alfr on February 06, 2015, 05:49:16 AM
Hi,

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