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,
When option hierarchical_output is turn to false, the bot crashed.
Pymongo seems to not accept dot in key => like "feed.name"
Even it is possible to do that in mongo, it seems to be a really bad practice because the dot notation is used to access element in the document.
Maybe it's possible to add a parameter for define the separator which replace the dot.
To discuss :)
Tested on ubuntu 18.04, with pymongo and a mongoDB 3.6.3
The text was updated successfully, but these errors were encountered:
Hi,
When option hierarchical_output is turn to false, the bot crashed.
Pymongo seems to not accept dot in key => like "feed.name"
Even it is possible to do that in mongo, it seems to be a really bad practice because the dot notation is used to access element in the document.
Maybe it's possible to add a parameter for define the separator which replace the dot.
To discuss :)
Tested on ubuntu 18.04, with pymongo and a mongoDB 3.6.3
The text was updated successfully, but these errors were encountered: