Guest User

Untitled

a guest
Sep 23rd, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {exp:low_search:form result_page="searchtest/results" form_id="beersearch"}
  2. <fieldset>
  3. <p>
  4. {exp:channel:categories category_group="2" style="linear"}
  5. <label>
  6. <input type="checkbox" name="category:type[]" value="{category_id}"{if low_search_category:type ~ '/\b'.category_id.'\b/'} checked{/if}>
  7. {category_name}
  8. </label>
  9. {/exp:channel:categories}
  10. </p>
  11. <p>
  12. {exp:channel:categories category_group="1" style="linear"}
  13. <label>
  14. <input type="checkbox" name="category:style[]" value="{category_id}"{if low_search_category:style ~ '/\b'.category_id.'\b/'} checked{/if}>
  15. {category_name}
  16. </label>
  17. {/exp:channel:categories}
  18. </p>
  19.  
  20. <p><button id="submit">Search</button></p>
  21. </fieldset>
  22. {/exp:low_search:form}
  23.  
  24. {exp:low_search:results
  25. query="{segment_3}"
  26. limit="500"
  27. orderby_sort="title|desc"
  28. require_all="category:type|category:style"
  29. }
  30. ...
  31. {/exp:low_search:results}
Advertisement
Add Comment
Please, Sign In to add comment