One tip regarding filtering is to use `foo: bar` s...
# community-help
k
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