KeyKit
← All conversions

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.

Testing a new provider? Run a full KeyKit evaluation. →Want Mulberry to do the sourcing for you? Talk to Mulberry →Run conversions from your agent with a free key. Get a key →
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))

Related conversions

Sprinklr to LuceneBrandwatch to Boolean (Generic)Talkwalker to Boolean (Generic)