matt
(Matt)
October 14, 2016, 7:44am
21
2 years ago - “(…) this would be very useful”
7 months ago - “We’ll get this fixed in the next hotfix”
6 months ago - “I am escalating the ticket to put it in the priority queue”
3 months ago - “I have increased the priority for ticket 11910. Our engineers will look at it as soon as possible.”
2 weeks ago - “I have requested our developers on the status of the ticket”
Really…?
Yes, really… Priorities change and some issues have to be put on the back burner. If you’re not new to software development, you know it can be. The good news is 11910 has been fixed and is included into the upcoming rollout (should go out next week).
Is this fix is rolled out in the sdk?
roberto
(Roberto)
November 21, 2016, 9:34am
24
Hi, any news on this subject?
This issue has been fixed on the server-side.
Regards,
Mark
roberto
(Roberto)
November 22, 2016, 12:55pm
27
mmmm it’s not working for me.
I get first far away objects…
This is my query
query.whereClause = “distance( 41.39032416998498,2.158678314632413 , location.latitude , location.longitude) < km(100)”
How can I sort ASC instead of DESC?
query.queryOptions.sortBy = new Array(“location ASC”);?? Doesn’t work…
Thanks.
Same problem, still not working!
Can we get an example ?
Olivier, what is not working? Please provide more details.
roberto
(Roberto)
November 23, 2016, 11:08am
30
I get first far away objects…
This is my query
query.whereClause = “distance( 41.39032416998498,2.158678314632413 , location.latitude , location.longitude) < km(100)”
How can I sort ASC instead of DESC?
query.queryOptions.sortBy = new Array(“location ASC”);?? Doesn’t work…
Can we get an example ?
Thanks.
@Mark
My details are the same as Roberto.
Is there another way to sort by distance ASC
roberto
(Roberto)
November 25, 2016, 7:36am
32
Hi, Mark.
Have you seen Oliver’s and I messages?
Thanks…
Hi Roberto and Olivier,
Currently there is no way to change the sorting order with the query. As a workaround, you can do it on the client-side or simply process the returned collection in the reversed order.
Regards,
Mark
matt
(Matt)
March 24, 2017, 5:56pm
34
Hi Mark, this doesn’t sound like a workaround if you load data page by page.
It will work if you loads the pages in the reversed order as well… I agree, it sounds silly (although totally doable).
This will work properly in Backendless 4.
Regards,
Mark
kenchoi
(KenChoi)
April 9, 2017, 5:19pm
36
Hello, is this feature working in Backendless 4? Just want to be sure.
Yes, it should be working properly. Please let us know if you see a different behavior.
system
(system)
April 9, 2017, 5:28pm
38
Ok, thanks! I will check and let you know.
snakeeyes
(SnakeEyes)
October 18, 2020, 2:37am
39
Hello, is this feature working, because I am deffinitly not getting the closest geo first
Hi @snakeeyes !
The old Geolocation is no longer supported and will be removed in one of next releases.
I strictly recommend you to switch to the new Geo. (https://backendless.com/docs/rest/data_spatial_overview.html )
Or you get wrong behavior with new Geo?
Regards, Andriy