Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 304 Bytes

lunr.autocomplete.js

This is an early implementation of an autocomplete extension for lunr.js.

Build

You can build it with browserify: browserify lib/lunr.autocomplete.js -o lunr.autocomplete.js

TODO

  • Extend results with lunr Tf/idf score
  • Tests