gcpinstances.info
gcpinstances.info copied to clipboard
Feature: filter numerical columns as range
Hi, thanks for a great tool!
It would be even greater if it would be possible to filter numerical columns as range.
This would allow queries like: "show me the instance types that provide >= 60GB of RAM".
I think that this could make it possible pretty easily: https://datatables.net/plug-ins/filtering/row-based/range_numbers
Hi @gdubicki
You can already filter today based on CPU and RAM:

How do you think we should implement this requirement in the UI?
Oh, I am sorry, I didn't notice that row in the UI at all... And I was trying to use the search fields for filtering to a range. 🤦♂️
Frankly in my opinion text search doesn't make sense for numerical values. I would replace a single "Search" text field for each of them with two separate fields, like "Min" and "Max", for range filtering on those columns.