<% page_title "Search Timeout" %>

Search Timeout

Your search took too long to execute and was cancelled.

Why did this happen?

Some kinds of searches are slower than others. If your search is too slow it may be cancelled. Usually this happens when your search is too complex, or when there aren't many recent posts matching your search.

<% if params[:controller] == "posts" && params[:action] == "index" && params[:tags].present? %>

What can I do?

Try changing your search:

<%= link_to "#{params[:tags]} age:<1month", posts_url(tags: "#{params[:tags]} age:<1month") %> Search recent posts only.
<%= link_to "#{params[:tags]} order:score", posts_url(tags: "#{params[:tags]} order:score") %> Order by score instead of by date.
<%= link_to "#{params[:tags]} limit:5", posts_url(tags: "#{params[:tags]} limit:5") %> Show fewer posts per page.

<% end %> <% if !CurrentUser.is_gold? %>

Search limits

Members are limited to searches that take up to 3 seconds long. You can <%= link_to "upgrade to Gold", new_user_upgrade_path %> to increase your search limit to 6 seconds long.

<% end %> <%= link_to "Go back", :back, rel: "prev" %>