mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
I forget
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user