-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
What you did
Try to use an operator map like eq with multiple properties:
collection|user|:q[
find[
eq{
value|username|:s|foo|,
value|username|:s|bar|
}
]
];
collection|user|:q[
find[
eq{
value|username|:s|foo|,
value|name|:s|bar|
}
]
];
collection|user|:q[
find[
eq{
value|username|:s|bar|
}
]
];
What results
The query was shown as:
What was expected
The parsed query to match the queries inputed, or else an error to pop.
If the parsed query shown is a good query, then I expected results. All three queries shown to be parsed as the same query, but only the last query returns a response.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
