Skip to content

Commit

Permalink
Increase boost for result titles (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored and mortenpi committed Aug 25, 2019
1 parent d2de1c1 commit 78172a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/html/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $(document).ready(function() {

var index = lunr(function () {
this.ref('location')
this.field('title')
this.field('title',{boost: 10})
this.field('text')
documenterSearchIndex['docs'].forEach(function(e) {
this.add(e)
Expand Down

0 comments on commit 78172a7

Please sign in to comment.