jQuery-QueryBuilder-Elasticsearch icon indicating copy to clipboard operation
jQuery-QueryBuilder-Elasticsearch copied to clipboard

Allows to export jQuery QueryBuilder rules as an Elasticsearch bool query

Results 5 jQuery-QueryBuilder-Elasticsearch issues
Sort by recently updated
recently updated
newest added

Hi ,Wanted to add new html element (dropdown,textbox) after the first dropdown and before the operator selection. I need to have a new dropdown after the first dropdown. Please check...

So, problem in this: in : function(v){ return v.split(',').map(function(e) { return e.trim();}); }, not_in: function(v){ return v.split(',').map(function(e) { return e.trim();}); }, Maybe need provide check for this case?

could you please give some example for angular 1.x

I was wondering how to use this plugin for a query that has both contains and equal operators selected? Is this supported?