You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble to build a query using that library. In the empty node I just have a disjunct. Node empty = disjunct("browsers", value("browsername*"));
result = union(empty, whiteScenary, blackScenary);
When i build the query i get the following... (-@browsers:browsername*|(@browsers:browsername_chrome))
This is not finding anything, it just finds when I add the parenthesis sorrounding the disjunct part. ((-@browsers:browsername*)|(@browsers:browsername_chrome))
Is there any way we can fix this to continue using the queryBuilder?
The text was updated successfully, but these errors were encountered:
I am having trouble to build a query using that library. In the empty node I just have a disjunct.
Node empty = disjunct("browsers", value("browsername*"));
result = union(empty, whiteScenary, blackScenary);
When i build the query i get the following...
(-@browsers:browsername*|(@browsers:browsername_chrome))
This is not finding anything, it just finds when I add the parenthesis sorrounding the disjunct part.
((-@browsers:browsername*)|(@browsers:browsername_chrome))
Is there any way we can fix this to continue using the queryBuilder?
The text was updated successfully, but these errors were encountered: