Skip to content

Problems using the queryBuilder with prefix queries. #164

@pinkfloydsito

Description

@pinkfloydsito

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))
image

This is not finding anything, it just finds when I add the parenthesis sorrounding the disjunct part.
((-@browsers:browsername*)|(@browsers:browsername_chrome))
image

Is there any way we can fix this to continue using the queryBuilder?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions