Convert Sprinklr to Boolean (Generic)
Strip a Sprinklr query down to portable Boolean when the destination has no field or proximity support.
Once the syntax is sorted
Three different situations, depending on how far along the move is.
Reference
Worked example
Sprinklr query
country:us AND (refund OR "money back")
Boolean (Generic) output
us AND (refund OR "money back")
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)
- •An OR chain over 500 branches is truncated to 500 (an engine-wide limit, not specific to Boolean (Generic))