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:
Simen Lybekk 2020-06-11 14:28:22 +02:00
parent 97c45f9d46
commit bbcbed4742

View File

@ -54,7 +54,7 @@ class CarbonBlackQueryBackend(CarbonBlackWildcardHandlingMixin, SingleTextQueryB
orToken = " OR "
notToken = " -"
subExpression = "(%s)"
listExpression = "%s"
listExpression = "(%s)"
listSeparator = " OR "
valueExpression = '%s'
typedValueExpression = {