mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console/filter: let parser tells us if we need the main table or not
This is more robust this way. We also introduce the ability to reverse the direction of a filter.
This commit is contained in:
@@ -93,7 +93,7 @@ ORDER BY time WITH FILL
|
||||
End: time.Date(2022, 04, 11, 15, 45, 10, 0, time.UTC),
|
||||
Points: 100,
|
||||
Dimensions: []queryColumn{},
|
||||
Filter: queryFilter{"DstCountry = 'FR' AND SrcCountry = 'US'"},
|
||||
Filter: queryFilter{filter: "DstCountry = 'FR' AND SrcCountry = 'US'"},
|
||||
Units: "l3bps",
|
||||
},
|
||||
Expected: `
|
||||
|
||||
Reference in New Issue
Block a user