elasticitems icon indicating copy to clipboard operation
elasticitems copied to clipboard

Higher level client for Elasticsearch written in Node.js oriented on facets and simplicity

Results 8 elasticitems issues
Sort by recently updated
recently updated
newest added

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

- ES 7.6 - Node >= 12 - Supports aliases as zero downtime - Facets fields list - move chosen app into the top - update README - add LINT

Search should also accept ranges argument like: ranges={"year":{"min":5,"max":20},"rating":{"min":1,"max":9}}

**Desc:** Usually all facets functionality in search are enough to filter data but sometimes it would be good to use native / raw filters functionality from elasticsearch to be even...

- make facet type "terms" as default - make facet field the same as key by def - conjunction true as default - shouldn't require type by add or partialUpdate...