<%~set search_widget = 1%> <%~set poll_widget = 1%> <%cat_full_name%>: Search results <%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = "Search Results"%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%> <%~set breadcrumbs.0.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>

Your search <%if search_words or limited_by_user%>for <%endif%><%if search_words%><%search_words%> <%if limited_by_user%> in<%endif%><%endif%><%if limited_by_user%> posts made by <%limited_by_user%><%endif%> returned <%num_results%> results

[N.B. The search function breaks on numbers. So searching, for example, for "P5X" gives the same results as searching for "P"+"5"+"X." If you want to search for the phrase that contains a numeral like, "P5X," you need to select "Whole Phrase" from the "Type of Search" drop-down.]


<%hidden_form%>
<%~set post_list = $results%> <%~set post_list_table_class = 'search-list'%> <%~if search_string ne ''%> <%~set post_list_query_string = 'search_string='%> <%~set post_list_query_string .= escape_url unescape_html $search_string%> <%~endif%> <%~set post_list_show_replies = 1%> <%~include include_post_list.html%> <%~if num_results > $mh%>

<%~set pagination_options.params = "do=$this_do;$search_query;sb=$sb;mh=$mh"%> <%~set pagination_options.page_items = $num_results%> <%include include_paging.html%>
<%~endif%>
<%-- end content --%>
<%-- end contentwrapper --%>
<%-- end main --%> <%include include_footer.html%>
<%~include include_global_js.html%>