I am having an odd issue with SimpleSearch and MSM that I cannot resolve. I have 2 other sites running on MSM and just setup a third. I copied the SimpleSearch code I have used for the other 2 sites, updated the channel name and the results path, but I get nothing. I actually just get a 404 and the site url has the site label appended: domain.com/site_label
If I input the URL to the results template in a browser, it is there. Does anyone see anything here or have had a similar issue.:
{exp:search:simple_form
channel="jnrl_archives"
search_in="everywhere"
result_page="search/results"
status="open"}
<fieldset>
<label for="search">Search</label>
<input type="search" name="keywords" id="search-submit" placeholder="SEARCH…" />
<input type="submit" value="Submit" />
</fieldset>
{/exp:search:simple_form}The results template for testing is barebones:
{exp:search:search_results}
<ul>
<li>{title}</li>
</ul>
{/exp:search:search_results}