Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
123 additions
and 166 deletions.
- +2 −0 lib/common/auth.js
- +7 −2 lib/common/index.js
- +10 −26 lib/dispatch/beacon.js
- +66 −98 lib/dispatch/query.js
- +7 −7 package.json
- +0 −7 test/config/default.yml
- +3 −0 test/config/elasticsearch.yml
- +1 −1 test/fixtures/basic.json
- +2 −2 test/fixtures/nested.json
- +1 −1 test/unit/6_beacon/beacon-basic.spec.js
- +1 −1 test/unit/6_beacon/beacon-nested.spec.js
- +17 −16 test/unit/7_query/query-basic.spec.js
- +4 −3 test/unit/7_query/query-filter.spec.js
- +2 −2 test/unit/7_query/query-nested.spec.js
Oops, something went wrong.