-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] in GET /v2/entities with "q" query parameter returns wrong results #1592
Comments
It might be that the parser of 'q' has a stupid bug doing that >= is interpreted as BIGGER THAN '=', instead of 'BIGGER OR EQUAL TO' ... |
I think that if a binary expression did not have the three elements (attribute, operator and value) in that order, the parser should return an error, the same for the unary expressions, which should have two elements (operator and type or attribute) and determine if the unary operator is allowed only in front or behind or in front no matter, if so, it should be in the documentation. |
Create entities (POST)
Retrieve the value. If you specified the value (GET)
Is returned both. Not solved |
Fixed in PR #1735. Please @iariasleon have a look in order to check it is fixed. |
Issue fixed in PR #1738. Please @iariasleon have check if it has been finaly solved. |
LGTM
|
Create Requests
Mongo doc:
Get Request
Dataset
Get Response
The text was updated successfully, but these errors were encountered: