mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 22:48:54 +00:00
fuzzy toggle
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
<span onclick="document.getElementById('barToggle').click()">Must match </span>
|
||||
<input title="Toggle between 'Should' and 'Must' match mode" type="checkbox" id="barToggle"
|
||||
onclick="toggleSearchBar()" checked>
|
||||
<span onclick="document.getElementById('fuzzyToggle').click()">  Fuzzy </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">
|
||||
|
||||
Reference in New Issue
Block a user