flexsearch

v0.7.31
Next-Generation full text search library with zero dependencies.
fulltext search elastic search fastest search contextual search document search fuzzy search fuzzy match search engine

copy

npm run clean && cpx "src/**" tmp/

clean

npx shx rm -rf tmp && mkdir tmp

build

npm run copy && npm run build:bundle

build:bundle

node task/build RELEASE=bundle && cpx "src/worker/node.js" dist/node/

build:debug

node task/build RELEASE=debug COMPILATION_LEVEL=SIMPLE FORMATTING=PRETTY_PRINT

build:compact

node task/build RELEASE=compact

build:light

node task/build RELEASE=light

build:custom

node task/build RELEASE=custom

build:es5

node task/build RELEASE=es5 LANGUAGE_OUT=ECMASCRIPT5_STRICT POLYFILL=true

build:pre

node task/build RELEASE=pre COMPILATION_LEVEL=WHITESPACE FORMATTING=PRETTY_PRINT

build:lang

node task/build RELEASE=lang

build:module

npx babel src -d dist/module && exit 0

build:all

npm run build && npm run build:light && npm run build:compact && npm run build:es5 && npm run build:debug && npm run build:module

test

cd test && npm install && npm run test

server

node task/server

Metadata

Downloads

Maintainers