hi3g / freki

1 stars 0 forks source link

Querying: tags bracket is completely ignored #127

Closed joeltjarnstig closed 9 years ago

joeltjarnstig commented 9 years ago

It seems the "tags" part of a query is completely ignored since the two following queries return the exact same data SELECT sys.cpu{host=ironman} BETWEEN 1 AND 50000; SELECT sys.cpu BETWEEN 1 AND 50000; It is even possible to put anything within the tags brackets: SELECT sys.cpu{"anything goes"} BETWEEN 1 AND 50000;

Kasidro commented 9 years ago

fixed in #136