YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

Default to AND operator in searchbox #112

Open JoeDylanK opened 6 years ago

JoeDylanK commented 6 years ago

Any ideas on trying to get the default from OR to AND? Unable to get it working from modifying the js files.

Thanks.

Eudaemonic commented 6 years ago

eui-query="ejs.QueryStringQuery(querystring).defaultField('_all').defaultOperator('AND')"