I’m using a exp:search:simple_form to search across two different channel types. When logged in, the search executes just as I would expect. When I’m logged out and search, I’m being given code that says title is required.
Here’s a snippet of the HTML returned.
<div id="content">
<h1>The form you submitted contained the following errors</h1>
<ul><li>The Title field is required.</li>
</ul>I’m not sure why I’m being told Title is required for a search.
Is there any suggestions on how I can debug my problem?
Thanks
-Bob