fuzzy toggle

This commit is contained in:
2019-11-08 16:15:10 -05:00
parent 152d2ddf8a
commit 2d7a8a2fdc
3 changed files with 21 additions and 8 deletions

View File

@@ -27,6 +27,9 @@
<span onclick="document.getElementById('barToggle').click()">Must match&nbsp</span>
<input title="Toggle between 'Should' and 'Must' match mode" type="checkbox" id="barToggle"
onclick="toggleSearchBar()" checked>
<span onclick="document.getElementById('fuzzyToggle').click()">&nbsp&nbspFuzzy&nbsp</span>
<input title="Toggle fuzzy searching" type="checkbox" id="fuzzyToggle"
onclick="toggleFuzzy()" checked>
</div>
</div>
<input id="searchBar" type="search" class="form-control" placeholder="Search">