Replies: 3 comments 1 reply
-
My apologies for the delay. I've been traveling for working and trying to get caught up on everything. I started to try to recreate this from what you've shown here but there are enough gaps that I'm having to fill in that I'm losing confidence that I properly recreating your issue. If you could put together a reproducer I'd be happy to take a look and see. |
Beta Was this translation helpful? Give feedback.
-
hi @evanchooly , any suggestion for this issue? thank you. |
Beta Was this translation helpful? Give feedback.
-
My apologies. I'm in a bit of a frenzy trying to wrap up 2.3. But the fix to your problem is simple: you need to call Mapper.map() on your entities. You can either list them all individually or you can map a whole package at once with `mapPackage()'. Give that a shot and see how it goes. Let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
-
** Please ask your question and provide whatever background or supporting information you think might be relevant: **
we have a complex data structure which defined in the below format, and when we upgrade from 1.6 to 2.2.3, we got issue that the order by throw error. can you please help on this?
Entities structure:
now we build the object in below way:
so in this way, we have path: event.eventData.startTime, but when we try to use order by this path, it show error unknown path
** Please complete the following information: **
Server Version:
Driver Version: 4.4.2
Morphia Version: 2.2.3
Beta Was this translation helpful? Give feedback.
All reactions