This commit is contained in:
Patrick Marsceill
2017-06-04 17:50:01 -04:00
parent b06e4198df
commit 76d8f0c50c
10 changed files with 67 additions and 55 deletions

View File

@@ -30,7 +30,7 @@ function toggleNav(){
function initSearch() {
var index = lunr(function () {
this.ref('id');
this.field('title', { boost: 20 });
this.field('title');
this.field('content');
this.field('url');
});