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] Make filter helper works with nested objects #1123

Open
edtoken opened this issue Aug 26, 2023 · 0 comments
Open

[Feature] Make filter helper works with nested objects #1123

edtoken opened this issue Aug 26, 2023 · 0 comments
Assignees
Labels
feature New feature request

Comments

@edtoken
Copy link
Contributor

edtoken commented Aug 26, 2023

The actual implementation of the filter helper allows filtering like key=value structure,
so allows us to filter by values only of the 1 level of the object.

It could be great to have the ability to filter by nested structures.

filter (dataRaw 'my-data') (object key=(object subKey="sub-value"))

Should be possible with easy fix of the filter helper here

Screenshot 2023-08-26 at 19 55 46
@255kb 255kb assigned 255kb and edtoken and unassigned 255kb Aug 28, 2023
@255kb 255kb added the feature New feature request label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
Status: In progress
Development

No branches or pull requests

2 participants