I was wondering why a fetchXML string with
<condition attribute='MyAttribute' operator='begins-with' value='<SomeValue>' />
is ignored in offline mode but evaluated in online mode on D365.
When using the 'like' operator instead of 'begins-with' it works as expected.
It took me some time to find out that the 'begins-with' operator is not supported by JSBridge.
Would it be feasible to raise an error message in case unsupported operators are used in fetchXML strings?