hugo-PaperMod/assets/js
Aditya Telange 77ff1e6b45
search: introduce loading custom fusejs options from site config #134
* refer https://fusejs.io/api/options.html for opts
* keys used can be some, all or none from
   ["title", "permalink", "summary", "content"]

in config.yml, add fuseOpts as shown below =>
  params:
    fuseOpts:
        isCaseSensitive: false
        shouldSort: true
        location: 0
        distance: 1000
        threshold: 0.4
        minMatchCharLength: 0
        keys: ["title", "permalink", "summary", "content"]
2020-12-15 18:57:42 +05:30
..
fastsearch.js search: introduce loading custom fusejs options from site config #134 2020-12-15 18:57:42 +05:30
fuse.js search: init Search feature (#105) 2020-12-06 18:19:50 +05:30
highlight.min.js hljs: updatev10.2.0 -> v10.2.1 2020-11-19 15:29:02 +05:30