-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
setting $scope.elasticQueryBuilder.query and $scope.elasticQueryBuilder.needsUpdate = true does not work.
I changed file dist/angular-elastic-builder.js, line 478 from
prev[choice] = truthy === (~group[key][obj.field].indexOf(choice));
to
prev[choice] = truthy === (group[key][obj.field].indexOf(choice) >= 0);
to fix it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels