gcpinstances.info icon indicating copy to clipboard operation
gcpinstances.info copied to clipboard

Feature: filter numerical columns as range

Open gdubicki opened this issue 4 years ago • 2 comments

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

gdubicki avatar Aug 24 '21 19:08 gdubicki

Hi @gdubicki

You can already filter today based on CPU and RAM: image

How do you think we should implement this requirement in the UI?

Burekasim avatar Aug 26 '21 16:08 Burekasim

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.

gdubicki avatar Aug 26 '21 20:08 gdubicki