Skip to content
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

AppEngine: filter query params with inconsistent behavior #553

Closed
davidebriani opened this issue Mar 16, 2021 · 1 comment
Closed

AppEngine: filter query params with inconsistent behavior #553

davidebriani opened this issue Mar 16, 2021 · 1 comment
Labels
app:appengine_api This issue or pull request is about astarte_appengine_api application discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated) user experience This issue is about user experience

Comments

@davidebriani
Copy link
Collaborator

I'd like to report an odd behavior for the since, sinceAfter and to query params on interfaces data.

  1. When querying a datastream individual interface, the to filter seems to work as a < comparison. I would expect a <= instead, given that since already works as a >= comparison and sinceAfter as >.
  2. When querying a datastream object interface, the since_after filter seems to work as a >= comparison. I would expect a > instead, given that since already works as a >= comparison.
@davidebriani davidebriani added discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated) user experience This issue is about user experience app:appengine_api This issue or pull request is about astarte_appengine_api application labels Mar 16, 2021
@davidebriani davidebriani added this to Unscheduled Backlog in Astarte Core Components via automation Mar 16, 2021
@rbino
Copy link
Collaborator

rbino commented Jan 17, 2023

Possibly closed by #621, reopen if still relevant

@rbino rbino closed this as completed Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:appengine_api This issue or pull request is about astarte_appengine_api application discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated) user experience This issue is about user experience
Projects
No open projects
Astarte Core Components
  
Unscheduled Backlog
Development

No branches or pull requests

2 participants