Hello everyone,
I was wondering about switching to Rogue but I notice a problem with the geo search.
You are using a LatLong case class that specifies lat before long and the doc specifically says:
All documents must store location data in the same order. If you use latitude and longitude as your coordinate system, always store longitude first.
As all your geo queries depend on this class and that all the prototypes specify lat before long, it's not really easy to work around this issue.
Is there any way to solve this ?
Ugo