I can easily search custom fields, but I can't seem to find the right setup for a search field to only search the title field.
I've tried these combinations:
Code: Select all
<input type="text" id="{$modulealias}title" name="{$actionid}title" value="" />
<input type="text" id="{$modulealias}title" name="{$actionid}search_title" value="" />