This page tells the user they have submitted a query that is too short to process.
This page tells the user they have submitted a query that is too short (less than 3 characters) to process.
/products/search
/buylist/search
File: query_too_short.liquid
<h1 class="pagetitle">Search results for "{{query}}"</h1> <p><strong>Please limit your queries to 2 characters or more.</strong></p>
<header> <h1>Search results for "{{query}}"</h1> {% include 'header_icons' %} </header> {% include 'quick_search' %} <p class="error">Please limit your queries to 3 characters or more.</p>