We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
My time is very limited to work on any new features on this project. However, pull requests are always welcome.
Sorry, something went wrong.
No branches or pull requests
For numeric values, such as HTTP status codes, I would like to filter them by using the greater than and less than operators.
However, this is currently not possible since the only operators allowed are:
The text was updated successfully, but these errors were encountered: