modules/XC/CrispWhiteSkin/templates/web/customer/product/search/parts/keywords.options.twig line 1

Open in your IDE?
  1. {##
  2.  # @listChild (list="products.search.conditions.options_list_box", weight="100")
  3.  #}
  4. <div class="search-options">
  5.   <fieldset class="search-including-options-set">
  6.     <legend class="search-including-options-set-title visually-hidden">{{ t('Search type') }}</legend>
  7.     <ul class="search-including-options">
  8.       {{ widget_list('products.search.conditions.phrase') }}
  9.     </ul>
  10.   </fieldset>
  11. </div>