You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I use Play 1.2.5 for my application and Play-Morphia 1.2.14. My previous Play-Morphia version was 1.2.11 which worked fine. After the upgrade to 1.2.14 I've been facing the following problem:
order and limit functions of morphia doesn't work. I use the command: .q().filter(...).order(...).limit(...) and when I debug my code I can see the MorphiaQuery which was generated and it includes the filtering but not the limit nor order.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I use Play 1.2.5 for my application and Play-Morphia 1.2.14. My previous Play-Morphia version was 1.2.11 which worked fine. After the upgrade to 1.2.14 I've been facing the following problem:
order and limit functions of morphia doesn't work. I use the command: .q().filter(...).order(...).limit(...) and when I debug my code I can see the MorphiaQuery which was generated and it includes the filtering but not the limit nor order.
The text was updated successfully, but these errors were encountered: