How to save one object (without objects relation); two: sort by distance not working

Hi, how to save only one object which it have other objects in relation, but no save these other objects? Because I have only objectId from object which is in relation

secondly: not working sort by distance, I described the problem at the end of this post:
http://support.backendless.com/t/how-can-i-sort-of-geopoint-by-distance

Hi @rxdev,
If you fetch objects without relations, relations will not be updated after saving the object.
Artur