olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.94k stars 548 forks source link

Sort Order #457

Closed djaus closed 4 years ago

djaus commented 4 years ago

On what basis is the sort order determined? Are there any options on this in the search function? Any suggestions for this?

I'm using on my blog site https://davidjones.spotronics.com.au Which uses Jekyll-Markdown.

olivernn commented 4 years ago

The results are sorted by relevance. The first result returned should be the most relevant to the query that was entered.

There isn't any way to alter this in Lunr.