Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with the mongodb query
find("person.name = ?1 and life.start <= ?2 and life.end > ?3", name, date, date)
. When executing I get The error:line 1:66 no viable alternative at input 'life.end'
I debugged the produced json by the parser:
Query {'person.name':'foo','life.start':{'$lte':{"$date": "2023-01-01T00:00:00.000Z"} },null}
is this not supported or am I doing it wrong?
example record in db:
The stack trace
Beta Was this translation helpful? Give feedback.
All reactions