Forage 0.3 is the latest version of your favourite javascript and levelDB based search engine.
Installation
npm install -g [email protected]
New in 0.3
- Matcher functionality, for making auto-complete boxes (with, for example Typeahead or JQuery auto-complete)
- A new pluggable UI based on Angular.js and Typeahead known as forage-bootstrap. Can be switched out in an NPMish fashion
- Much better indexing performance. Several memory leaks plugged by the heroic Levellers.
In related news:
There is now a family of crawling applications that can be used to scrape data from your website, process it, and feed it into forage. These apps are forage-fetch, forage-document-processor, and forage-indexer. Find them on the foragejs GitHub project page.