- add function to limit the number of results (pagination)
- fix failure on strings that do not contain words
- fix redis call to allow for multiple keywords
- update natural. Closes #16
- handle punctuation better [kbsymanz]
- add weighted search [kbsymanz]
- update redis dep
- update natural dep
- grr engines
- Upgrade natural dep. Closes #7
- Added support for node v0.5.x and v0.6.x
- Added
Query
- Added
Search
to allow multiple searches namespaced within Redis - Added web-search example
- Added web-index example
- Added simple example
- Changed: default
reds.search()
to intersection
- Added
make benchmark
- Changed: generate only a single redis client
- Initial release