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

[Feature] Add a FilterExpressions API #15

Open
3 tasks
ByronBecker opened this issue Oct 18, 2022 · 0 comments
Open
3 tasks

[Feature] Add a FilterExpressions API #15

ByronBecker opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ByronBecker
Copy link
Contributor

Motivation

Developers may with to have a handy way of filtering query results on-top of CanDB's already existing scan functionality. This would allow for a developer to attempt to return only the results where an additional condition is met in an entity's attributes.

Requirements

  • Provide a filtering mechanism for developers outside of using the SK or secondary indexes
  • Note that this filtering mechanism would not be sorted
  • Provide limits to ensure that misuse of this API does not result in performance degradation/cost hits due to inefficient queries (i.e. scanning all elements in the structure with a single call)
@ByronBecker ByronBecker added the enhancement New feature or request label Oct 18, 2022
@ByronBecker ByronBecker self-assigned this Oct 18, 2022
@ByronBecker ByronBecker removed their assignment Nov 7, 2022
@ByronBecker ByronBecker added the help wanted Extra attention is needed label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant