Add more helper methods to KeyValue expression
Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
parent
32e77b4ccd
commit
1922f33c5c
9 changed files with 146 additions and 45 deletions
|
|
@ -64,7 +64,7 @@ class QueryBuilder {
|
|||
$this->addRequiredData(self::REQUIRED_INPUT_MEASUREMENT, $measurement);
|
||||
$this->addToQueryArray(
|
||||
self::FLUX_PART_FILTERS,
|
||||
new Filter(KeyValue::setEquals('_measurement', $measurement))
|
||||
new Filter(KeyValue::setEqualTo('_measurement', $measurement))
|
||||
);
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue