Query Too Short - CrystalCommerce Liquid Documentation for Designers

Query Too Short

This page tells the user they have submitted a query that is too short to process.

Additional Variables Available

query
The query that was entered.

This page tells the user they have submitted a query that is too short (less than 3 characters) to process.

Used in Routes

  • /products/search
  • /buylist/search

File: query_too_short.liquid

Default Liquid Template

<h1 class="pagetitle">Search results for "{{query}}"</h1>
<p><strong>Please limit your queries to 2 characters or more.</strong></p>

Default Mobile Liquid Template

<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>

Drops Supported