react-native-cbl
react-native-cbl copied to clipboard
Problem with query
hey @bjornd I'm not sure if there is problem with your cbl2 wrapper or with something else, but when I'm trying to get document by @cblProvider using docId / query all its properties that are not strings/booleans are stripped.
document in DB:
{ "name" : "example", "visible": true, "order": 2 }
query result:
{ "name" : "example", "visible": true }
I'll check on this, note that cbl2 is not even alpha now, so such stuff can happen here and there.