Code

frontend/grammar: Changed '<obj> <cmp> <expr>' to 'ANY <obj> <cmp> <expr>'.
authorSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 12:31:06 +0000 (14:31 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 12:31:06 +0000 (14:31 +0200)
commitdcae4c1b3d8a756ad894c15f36bce985bc09a2aa
tree794138524894c2a3508c46f9812bdfb5f7867556
parent6d0d1e3ef653bb23cb76e3330dc58c49257c8573
frontend/grammar: Changed '<obj> <cmp> <expr>' to 'ANY <obj> <cmp> <expr>'.

… for services, metrics, and attributes. That is, let this involve less magic
but make it clear that this looks at multiple objects and matches if any of
them match.
src/frontend/grammar.y
src/frontend/scanner.l
t/integration/filter.sh
t/integration/matching.sh
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c