Got an error: You are currently performing a search. Please wait until your search is completed.
This message is returned even after the search has completed (or at the least, looks to be completed).
Here's my code:
CODE
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="4">SEARCH THE MEAT:</label>
<br />
<input id="search" name="search" size="20" />
<br />
<input type="submit" value="Search" />
</form>
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="4">SEARCH THE MEAT:</label>
<br />
<input id="search" name="search" size="20" />
<br />
<input type="submit" value="Search" />
</form>
I am on MT 3.11. Any thoughts? After a short time, Search seems to reset itself and can search again. It's acting almost like there is either a flood control active on it or it is searching additional indexes that I don't know about.
Help!