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

ledgerEntriesQuery: make logical operators of the filters more flexible, more stick to required use case #7339

Open
macqbat opened this issue Jan 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request improvement
Milestone

Comments

@macqbat
Copy link

macqbat commented Jan 16, 2023

The Chore

In Console we have the use case, that we need to filter out ledger entries by party Id inclusively ( with OR operator) and by account types exclusively ( with AND operator) against recipient and sender sides. Now in API we have only possibility of filtering all by only OR or AND against filter conditions. We need to have more flexible query, where some condition will filter exclusively and some other inclusively on the same side (sender or recipient). Probably just enough would be create for partyId special parameter which will filter the results regardless of the recipient and sender parties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improvement
Projects
Status: No status
Status: New
Development

No branches or pull requests

3 participants