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] Create a FilterArray block #280

Closed
sashamitrovich opened this issue Jul 22, 2020 · 1 comment
Closed

[FEATURE] Create a FilterArray block #280

sashamitrovich opened this issue Jul 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sashamitrovich
Copy link
Contributor

Screenshot 2020-07-22 at 10 36 55

@sashamitrovich sashamitrovich added the enhancement New feature or request label Jul 22, 2020
@sashamitrovich sashamitrovich added this to the 2.0 milestone Jul 22, 2020
@peetkes
Copy link
Collaborator

peetkes commented Jul 22, 2020

To use this block connect an array of strings you want to filter to 'unfiltered', connect an array of strings you want to filter on to 'patterns'
when 'include' equals true filtered will contain every value from unfiltered that exists in patterns.
when 'include' equals false filtered will include every value from unfiltered that does NOT exist in patterns.

@peetkes peetkes closed this as completed Jul 22, 2020
@sashamitrovich sashamitrovich modified the milestones: 2.0, 1.3 Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants