Skip to content

Commit

Permalink
Add link to scoring guide in search jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro authored and olivernn committed Jun 5, 2018
1 parent fb70cb4 commit 70e9f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ lunr.Index = function (attrs) {
* Performs a search against the index using lunr query syntax.
*
* Results will be returned sorted by their score, the most relevant results
* will be returned first.
* will be returned first. For details on how the score is calculated, please see
* the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.
*
* For more programmatic querying use lunr.Index#query.
*
Expand Down

0 comments on commit 70e9f8c

Please sign in to comment.