Hi,
There is any solution to perform a sort ordering in a BackendlessDataQuery based on distance function in a geopoint column using the QueryOptions API? Maybe using Business Logic?
I’m my use case, i have a result set where i already use the pageSize and offset options, but i need to sort it based on distance too. I can’t perform the sort on client, because the data set may be large.
Thanks.