Roundcube Community Forum

 

[SOLVED] cannot get search to work in latest 0.4 release

Started by sf_basilix, July 12, 2010, 05:57:55 PM

Previous topic - Next topic

sf_basilix

The search field, when viewing the Inbox, had worked beautifully in the past, but with the latest release of 0.4, nothing works anymore. No matter what I type into the Search box, I never get anything back, especially when I'm very certain there are many matches. In checking the main.inc.php file, I noticed the second to last setting had this:

$rcmail_config['search_mods'] = null;

Right next to that, I found an example, but it says this:

 Example: array('*' => array('subject'=>1, 'from'=>1), 'Sent' => array('subject'=>1, 'to'=>1));

So, I've tried doing this:

$rcmail_config['search_mods'] = array('*' => array('subject'=>1, 'from'=>1), 'Sent' => array('subject'=>1, 'to'=>1));

but that still doesn't work. Am I tinkering with the wrong settings here? Is anyone else able to search? Where are the logs to see what's happening when I actually enter in a search criteria, so I can find out what's really wrong?

Any help is greatly appreciated!

Thanks!


sf_basilix

Thanks!  Using the latest SVN worked perfectly!