Convert Brandwatch to Boolean (Generic)
Move a Brandwatch monitor into a raw Boolean feed or a provider that only takes generic operators, keeping the AND/OR/NOT logic intact.
Worked example
Brandwatch query
(rail OR railway) AND (delay OR cancellation) AND NOT strike
Boolean (Generic) output
(rail OR railway) AND (delay OR cancellation) AND NOT strike
What carries over, and what does not
Carries over
- •Boolean AND / OR / NOT
- •Wildcards
Degrades or drops
- •Proximity (NEAR/n) is dropped (Boolean (Generic) does not support it)