flexsearch

v0.2.69
Next-Generation full text search library with zero dependencies.
full text search elastic search fastest search contextual search

build

node compile RELEASE=min SUPPORT_DEBUG=true SUPPORT_WORKER=true SUPPORT_BUILTINS=true SUPPORT_CACHE=true SUPPORT_ASYNC=true && exit 0

build-light

node compile RELEASE=light && exit 0

build-custom

node compile

build-lang

node compile RELEASE=lang && exit 0

build-all

npm run build && npm run build-light && npm run build-lang

test-production

nyc --reporter=html --reporter=text mocha --timeout=3000 test --exit

test-light

nyc --reporter=html --reporter=text mocha --timeout=3000 test/ --exit

test-develop

nyc --reporter=html --reporter=text mocha --timeout=3000 --exit

test-browser

mocha-phantomjs test/index.html

test

npm run test-develop && npm run test-production && npm run test-browser

update

updtr --to non-breaking

coverage

nyc report --reporter=lcov --reporter=text-lcov | coveralls

Metadata

Downloads

Maintainers