You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using contains(), it is not possible to have search terms containing double quotes. The error is "Invalid predicate". I had to stop using the lib to have my query work.
I also tried to escape the double quotes the JSON way with backslashes, it does not crash anymore but does not find the matching items which do contain double quotes
When using contains(), it is not possible to have search terms containing double quotes. The error is "Invalid predicate". I had to stop using the lib to have my query work.
Not working with realm-query:
I also tried to escape the double quotes the JSON way with backslashes, it does not crash anymore but does not find the matching items which do contain double quotes
Working without realm-query:
I googled my problem and found someone saying we should always use the $N to pass strings, maybe this is the problem with this lib.
The text was updated successfully, but these errors were encountered: