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

Option to add multiple values of the same attribute in the SmartNodeSelector #128

Closed
lindjoha opened this issue May 7, 2021 · 3 comments

Comments

@lindjoha
Copy link

lindjoha commented May 7, 2021

Problem:
When filtering on multiple values of the same attribute, the filter will return nothing sinces it's returning the intersection of the filters. The wanted behavior is to take the union of values of the same attribute, and the intersection between different attributes.

image

Suggested Solution:
Possibility to select multiple values of the same attribute without adding them as separate filters.

@rubenthoms
Copy link
Collaborator

@lindjoha have the enhancements in #178 fixed the issue you experienced?

@rubenthoms
Copy link
Collaborator

rubenthoms commented Aug 1, 2022

@lindjoha #222 might possibly be the solution to your use case. If that is the case, please consider closing this issue.

@lindjoha
Copy link
Author

lindjoha commented Aug 6, 2022

I have checked in the demo app and the SmartNodeSelector now has the wanted behavior. Very good!

@lindjoha lindjoha closed this as completed Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 🏁
Development

No branches or pull requests

2 participants