(cherry picked from commit 99fb29850e)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
co-authored by
Ivana Huckova
parent
c50ac22022
commit
25ca7c3ed8
@@ -284,7 +284,7 @@ export function getOperationDefinitions(): QueryBuilderOperationDef[] {
|
||||
name: 'Label filter expression',
|
||||
params: [
|
||||
{ name: 'Label', type: 'string' },
|
||||
{ name: 'Operator', type: 'string', options: ['=', '!=', '>', '<', '>=', '<='] },
|
||||
{ name: 'Operator', type: 'string', options: ['=', '!=', ' =~', '!~', '>', '<', '>=', '<='] },
|
||||
{ name: 'Value', type: 'string' },
|
||||
],
|
||||
defaultParams: ['', '=', ''],
|
||||
|
||||
Reference in New Issue
Block a user