jekyll-lunr-js-search
jekyll-lunr-js-search copied to clipboard
Tag search
I'm trying to implement a tag based search, similar to Google's site based search (site:foo.bar baz
) to use on my own website. Since I'm not a web developer by trade I'm not too sure where to add the additional checks. I assume it is the search
function in jquery.lunr.search.js
. Is this correct or am I missing something? Is there a better place to add my checks?