Open ronjumola opened 9 years ago
@ronjumola at the moment, there's no way to use arbitrary math expressions in your queries, but @bdash was working on adding support for bounding box geo queries recently, I believe there's an open PR for that (https://github.com/realm/realm-cocoa/pull/2199).
@segiddins Will math expression supported in Realm.js, too?
As following expression: String where = "(" + MyDataColumns.TIME + "+ (" + MyData.OFFSET + " * 30" + "))" + "<=" + my_value;
Thanks,
Hi!
Thank you very much for checking my question.
I would like to ask if it is possible to use Math Functions in filtering the RealmResults?
Basically I would like to find a list of nearby records from a geolocation point.
I'd love to hear from you soon.
Thank you!