templates/web/customer/product/search/parts/advanced.options.descr.twig line 1

Open in your IDE?
  1. {##
  2.  # Search in description
  3.  #
  4.  # @listChild (list="products.search.conditions.advanced.options", weight="200")
  5.  #}
  6. <li><label for="by-descr">
  7.   <input type="checkbox" name="by_descr" id="by-descr" value="Y" {% if this.getChecked('by_descr') %} checked="checked" {% endif %} />
  8.   {{ t('Description') }}
  9. </label></li>