Skip to content

Releases: fergiemcdowall/search-index

v2.0.0

04 Jan 18:50
Compare
Choose a tag to compare

This is a new version of search-index that leans more heavily on a JSON API.

v1.0.6 - Fixing bug in demo error handling

20 May 17:05
Compare
Choose a tag to compare

v0.15.2

29 Mar 14:34
Compare
Choose a tag to compare

As per #471 ->

"
I'm using [email protected] with levelup and redis as a db.
I'm not using leveldown/levelDB so I don't want to install it (plus, it doesn't build on the specific node-alpine version I am targeting), that's why I am installing search-index with the --no-optional option.

The problem is, despite leveldown being marked as optional, it's required at the top of the search-index/index.js, so when I start my app it immediately crashes, complaining about leveldown not being resolvable.

The fix is easy: move the require down, so that it's only executed when necessary.
"

v1.0.5 - Demo fully working

19 Mar 08:16
3eb7e02
Compare
Choose a tag to compare

v1.0.1 - breaking changes

30 Jan 10:53
Compare
Choose a tag to compare

Rewrite and big API-changes:

  • Promise based API
  • more flexible query API

Typescript ready

07 Sep 16:30
6d7181f
Compare
Choose a tag to compare

Added typescript definition file

v0.15.0

31 Oct 16:03
Compare
Choose a tag to compare

Features

  • synonyms: beta support for synonyms (a95bf67)

v0.14.1

30 Oct 14:21
Compare
Choose a tag to compare

Bug Fixes

  • replication: Fixed bug in replication (4d038e3)

v0.14.0

11 Oct 10:07
Compare
Choose a tag to compare

Bug Fixes

  • scoring: fixed and changed scoring (1d209b4)

Features

  • all: replace bunyan library with js-logger library (eafc037)

v0.13.0

24 Jun 18:00
Compare
Choose a tag to compare

Features