Skip to content

Commit

Permalink
Use list.js fuzzy-search.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Sep 30, 2023
1 parent bfaaa13 commit 340aa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/products/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="title">{{ .Title }}</h1>
<div id="js-list">
{{ if $.Param "listsort" -}}
<div class="filter margin-top">
<input class="search" placeholder="Search">
<input class="fuzzy-search" placeholder="Search">

<select class="js-filter-1">
<option value="">Tags</option>
Expand Down

0 comments on commit 340aa48

Please sign in to comment.