I'm having problems using the simple search on any public theme (including the Omeka provided themes). I'm getting no results unless searching for a tag keyword (and only if inputing the full tag name if multi-word). All other fields return nothing.
I've started to modify the Thanks Roy theme but I left this line the same:
<?php echo simple_search(array('id'=>'simple-search'),uri('items/browse')); ?>
I also checked using the search functions on the admin side and am having the same problems in the basic search. The advanced search seems to be working when searching for keywords in a specific field.
I poked around for the php file that has the search functions but had trouble finding it.
Any suggestions?

