mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Add parentheses about field list groups in CB
This should address the grouping issue from #660. The grouping issue was solved by just slamming some parentheses around the fields in the listExpression field.
This commit is contained in:
parent
97c45f9d46
commit
bbcbed4742
@ -54,7 +54,7 @@ class CarbonBlackQueryBackend(CarbonBlackWildcardHandlingMixin, SingleTextQueryB
|
||||
orToken = " OR "
|
||||
notToken = " -"
|
||||
subExpression = "(%s)"
|
||||
listExpression = "%s"
|
||||
listExpression = "(%s)"
|
||||
listSeparator = " OR "
|
||||
valueExpression = '%s'
|
||||
typedValueExpression = {
|
||||
|
Loading…
Reference in New Issue
Block a user