Join Slack
Powered by
One tip regarding filtering is to use `foo: bar` s...
# community-help
k
Kishore Nallan
05/22/2025, 2:46 PM
One tip regarding filtering is to use
foo: bar
syntax rather than
foo:= bar
syntax. The later syntax requires more cpu to compute exact match. If the IDs are fixed length, like SHAs, you can just drop the
=
👍 1
Open in Slack
Previous
Next