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

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

Open
Moreno-Gentili opened this issue Jun 19, 2023 · 1 comment
Open

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

Moreno-Gentili opened this issue Jun 19, 2023 · 1 comment

Comments

@Moreno-Gentili
Copy link

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
@alaatm
Copy link
Owner

alaatm commented Jun 19, 2023

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

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

2 participants