Convert Sprinklr to Boolean (Generic)
Strip a Sprinklr query down to portable Boolean when the destination has no field or proximity support.
Worked example
Sprinklr query
message:(refund OR "money back") AND country:us
Boolean (Generic) output
message:
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)
- •Range queries is dropped (Boolean (Generic) does not support it)
- •Hashtag syntax is dropped (Boolean (Generic) does not support it)