Sejil icon indicating copy to clipboard operation
Sejil copied to clipboard

Allow numeric operators such as >, >=, <, <=

Open Moreno-Gentili opened this issue 1 year ago • 1 comments

For numeric values, such as HTTP status codes, I would like to filter them by using the greater than and less than operators.

statusCode >= 400 and statusCode < 500

However, this is currently not possible since the only operators allowed are:

property-name [ = | != | like | not like ] search-term

Moreno-Gentili avatar Jun 19 '23 09:06 Moreno-Gentili

My time is very limited to work on any new features on this project. However, pull requests are always welcome.

alaatm avatar Jun 19 '23 10:06 alaatm