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

Support more than one filter together in proxy. #911

Closed
AlaaElattar opened this issue Mar 5, 2024 · 1 comment
Closed

Support more than one filter together in proxy. #911

AlaaElattar opened this issue Mar 5, 2024 · 1 comment
Assignees
Labels
grid-proxy belongs to grid proxy type_feature New feature or request
Milestone

Comments

@AlaaElattar
Copy link

Is your feature request related to a problem? Please describe

  • For example i wanna get all my rent contracts, but i wanna show both Created and GracePeriod.
  • but how to do that and paginate them if i only get one of them in the request ?

Describe the solution you'd like

  • I'd like to filter and get both my contracts Created and GracePeriod together in one call.
@Eslam-Nawara
Copy link
Contributor

Verified:
requested contracts in created and grace period states and the filtration worked as expected, the list had contracts with both Created and in GracePeriod states and no contracts in Deleted state
https://gridproxy.dev.grid.tf/contracts?size=9999&state=GracePeriod,Created

Screenshot from 2024-06-10 16-07-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grid-proxy belongs to grid proxy type_feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

3 participants