Number filter "inconsistency"

Currently, I am not able to apply the same number filter for both native query and notebook questions in a dashboard level.

For example :

-- native query
select *
from table1
where 1=1
[[and column_a>={{number_filter}}]]

then I have to choose number-> equal to for the filter kind.

But, if it's a notebook editor question, in order to achieve the same result, I will need to create a separate filter with number -> greater than or equal to for the filter kind.

And there's limitations, what should I do if I only want to filter number with greater than ?

Any suggestions will be appreciated! Thanks.