JSON structure
- (ProductQtyMultiplier < 1000.0 AND ProductQtyMultiplier >= 10.0)
- AND ( Id <= 500 OR Id > 100 OR Desk LIKE “skB”)
- AND ( ProductId in [17,36,42,55] )
- AND ( Status = “DONE” )
- AND ( NOT ( IsSimulated = “LIVE” ) )
Reference for the SearchFactsQuery query type in a DEE order, used to extract facts from a storeName using condition filters such as $lt, $or, $in, and $not.