-
using the offical cmd to test:
for udp and icmp:
`udp src host ...` and `udp and src host ...` both works, but the first one filter `ICMP` packets.
`and` is not working with `icmp`
-
### Feature description
Like it exists a `| number` Pebble filter that converts from a number in string representation to a number (INT). The reverse does not exist: converting an INT variable into a…
-
At the very least, we discovered that the interpretation of "field_name:some_string" in the query string defaults to a "contains" not "is equal to" expression, so we are potentially overmatching on ca…
-
Hello I'm tring to modify existing filter, for instance : jwt_authn.
I need to add a string value to the filter configuration, so i modified the file `/api/envoy/extensions/filters/http/jwt_authn/v…
-
**Description**
A clear and concise description of what the bug is.
**Steps to reproduce**
1. Start up a server with Anonymous auth, then go to http://localhost:10000/jsapi/table_viewport…
-
### What happened?
I expect the query string, both search and filters to re-apply when the page is refreshed or navigating back. Search applies as expected, but filters do not.
I am able to get …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
While executing the code the error encountered is
TypeError: '>=' not supported between insta…
-
Strings may be considered a special case, as most of the operators can additionally take a "caseInsensitive" option.
This may also be an opportunity to expand to string-specific variants that may b…
-
**Steps to reproduce**
Using any table with a string column that contains at least one null:
1. Right click a table string value and select "Filter by value" -> "text starts with" or "text ends with…
-
Created from #3785
Update ComboBox to have the following behaviour:
If there was no selection earlier, show blank
If there was a selection before, clear filter string and revert to previous …