-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB query error #662
Comments
@varadig Are there follow-on errors (e.g. the rest of the file is unrecognized), or is the issue localized to that statement? |
@EricBishton after this statement, rest of the file is unrecognized. Tomorrow I will include screenshoot with more detail. |
Any update for this issue? |
Not yet, looking for workaround |
@mayakwd I think that
should become
|
@EricBishton tried that already, won't help :-( |
According to @mayakwd, the problem is (also??) with the identifier portion. So, perhaps:
|
theres no hope to fix this issue? I realy need to use complex query but I cant with IntelliJ. |
@varadig. i'll dig into it tomorrow |
@mayakwd, thank you very much! |
I've fixed it on my personal work repo. I'll make a PR once it builds and tests cleanly. |
I will test asap! Thanks!!! |
When I wanted to create query like this:
var condition:Dynamic = {"_id" : update.foundationID,"events" : {"$elemMatch":update.eventID}};
but the editos say to me:
If I use in this way, the editor dont show me error:
But in this way, I cant create complex query with operators
If I compile with haxe in cli, everything is oke.
The text was updated successfully, but these errors were encountered: