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

FR: Ranged attribute selection via min/max filter #126

Open
dougy83 opened this issue Apr 12, 2024 · 1 comment
Open

FR: Ranged attribute selection via min/max filter #126

dougy83 opened this issue Apr 12, 2024 · 1 comment

Comments

@dougy83
Copy link
Contributor

dougy83 commented Apr 12, 2024

For attributes having a range of value, e.g.
image

It can be a bit of work to select e.g. all parts with a maximum input voltage >= 40V, as you'd need to select {"2.5V~40V", "5V~40V", "16V~44V", "16V~65V", etc.}

Items might be more easily selected if ranged attributes could be filtered by a max-lower-value and a min-upper-value, which would allow selecting the matching attribute values from the multiselect box. For the example above, this would just require setting min-upper-value = 40

This change can be front-end-only, as ranges can generally be detected by their format.

@dougy83
Copy link
Contributor Author

dougy83 commented Apr 13, 2024

Implemented in #127
rangesel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant