Oliver Nightingale is announcing that Lunr.js with version number 0.5.12 is already available to download.
What is Lunr.js ?
Lunr.js is A full-text search engine implemented entirely in JavaScript, working fine even without complex software installed on the server-side .
Inspired by Apache Solr, Lunr.js is a framework-agnostic, no-dependencies JavaScript library that can add a fully-working text-based search engine to any of your applications.The search engine works entirely in the browser and will only search text-based content, being a less complicated, smaller, and dumber version of Solr.Just like Solr, Lunr supports a text processing pipeline, document tokenization, stemming, and basic stop words (ignored common terms).A demo and implementation instructions are included with the download package.
This is changelog for Lunr.js version 0.5.12 :
- Correctly stem words ending with the letter ‘y’.
- Improved build tools and dev dependency installation.
You can read the complete changelog and also download this latest version on their homepage: lunrjs.com