templates/web/customer/product/search/parts/phrase.any.twig line 1

Open in your IDE?
  1. {##
  2.  # Search phrase : any
  3.  #
  4.  # @listChild (list="products.search.conditions.phrase", weight="200")
  5.  #}
  6. <li>
  7.   <input type="radio" name="including" id="including-any" value="any" {% if this.getChecked('including', 'any') %} checked="checked" {% endif %} />
  8.   <label for="including-any">{{ t('Any word') }}</label>
  9. </li>