Skip to content

simonwfarrow/jQuery-QueryBuilder-Elasticsearch

 
 

Repository files navigation

Build Status

jQuery QueryBuilder Elasticsearch

Allows to export jQuery QueryBuilder rules as an Elasticsearch bool query.

Dependencies

  • jQuery QueryBuilder >= 2.0

Usage

The plugin adds a new public method to all QueryBuilder instances.

getESBool

Performs validation and returns the rules as a valid Elasticsearch bool query.

var esQuery = $('#builder').queryBuilder('getESBool');

Operators configuration

The Elasticsearch plugin requires special configuration for operators to convert rules. This configuration is stored in the ESBoolOperators option, see the source code for more details.

Dev

Run tests

$ grunt test --verbose

About

Allows to export jQuery QueryBuilder rules as an Elasticsearch bool query

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 3.6%