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

Implementation of filters #153

Open
vdjagilev opened this issue Dec 17, 2023 · 0 comments
Open

Implementation of filters #153

vdjagilev opened this issue Dec 17, 2023 · 0 comments
Assignees
Labels
priority/medium Medium priority issue tech/go Golang type/feature New feature (or request)

Comments

@vdjagilev
Copy link
Owner

vdjagilev commented Dec 17, 2023

As outlined in #152 it would be nice to have some kind of a filtering system that would allow you to filter out certain records from the output. One of the approaches how it can be achieved would be:

  • Implement filtering options for 'cli'
    • This can be something like --filter-[entity] [filter-value]
    • Or this can be something like that: --filter [entity] [value]
  • Create filtering system that would filter all the records before going to the output
  • Potential solution: https://github.com/expr-lang/expr
@vdjagilev vdjagilev added priority/medium Medium priority issue tech/go Golang type/feature New feature (or request) labels Dec 17, 2023
@vdjagilev vdjagilev self-assigned this Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/medium Medium priority issue tech/go Golang type/feature New feature (or request)
Projects
Status: Todo
Development

No branches or pull requests

1 participant