error while executing a join query on mongodb

2019-02-26 Thread asma zgolli
Hello, I'm getting the following error while executing a join query. the on clause seems to be the issue : Command failed with error 16410: 'FieldPath field names may not start with '$'.' on server localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "FieldPath field names may not star

Re: error while executing a join query on mongodb

2019-02-26 Thread Andrei Sereda
Hi Asma, It is possible that mongo adapter doesn't fully work with _MAP[] and joins. Can you please post generated mongo query ? Regards, Andrei. On Tue, Feb 26, 2019 at 11:30 AM asma zgolli wrote: > Hello, > > I'm getting the following error while executing a join query. the on clause > seem

Re: error while executing a join query on mongodb

2019-02-27 Thread Stamatis Zampetakis
The problem seems related with the issue below: https://jira.mongodb.org/browse/SERVER-14466 Στις Τετ, 27 Φεβ 2019 στις 4:28 π.μ., ο/η Andrei Sereda έγραψε: > Hi Asma, > > It is possible that mongo adapter doesn't fully work with _MAP[] and joins. > > Can you please post generated mongo query ?