I got a big query that execute 11 query, I didnt know where the problem is, but found the problem was in a select a did for geo loc, anyone has an idea how to correct that?
I am really not sure why but here what was the problem:
I used select('a.latitude')
when I should have used...
select('a.*')