Changed full-text search library from lune.js to fuse.js

This commit is contained in:
koirand 2018-10-29 23:50:33 +09:00
parent fd5983ac68
commit d3d0669c0d
7 changed files with 29 additions and 4227 deletions

View file

@ -17,9 +17,6 @@
</div>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/jquery.mark.es6.min.js"></script>
<script src="/js/lunr.js"></script>
<script src="/js/lunr.stemmer.support.js"></script>
<script src="/js/tinyseg.js"></script>
<script src="/js/lunr.ja.js"></script>
<script src="/js/fuse.min.js"></script>
<script src="/js/search.js"></script>
{{ end }}