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.]
<%~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%> <%~endif%>