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
'Invalid operator type', reason: 'Operator '>' not supported for type 'string''
I don't understand why operator like '>' or '<' are not supported for type 'string' since it works in realm studio.
let name = "James"
let query = try! Realm().objects(myQuery_Realm).filter("name < %@", name)
Solution
No response
How important is this improvement for you?
I'd like to see it, but have a workaround
The text was updated successfully, but these errors were encountered:
Problem
'Invalid operator type', reason: 'Operator '>' not supported for type 'string''
I don't understand why operator like '>' or '<' are not supported for type 'string' since it works in realm studio.
let name = "James"
let query = try! Realm().objects(myQuery_Realm).filter("name < %@", name)
Solution
No response
How important is this improvement for you?
I'd like to see it, but have a workaround
The text was updated successfully, but these errors were encountered: