-
Currently we use mongo 3.2.22 which is going to be deprecated.
Problem is that database can`t be automatically migrated without modifications.
Need to determine, what exactly we need to change i…
aeifn updated
2 years ago
-
**Report a *bug***
**Current behavior**
Using bulkSave method returns such error after `Documents` modified:
```
TypeError: path.indexOf is not a function
at model.isSelected (/var/www/project…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
After updating to t…
-
**Do you want to request a *feature* or report a *bug*?**
BUG
**What is the current behavior?**
node_modules\mongoose\lib\schema.js:952 Uncaught TypeError: Schema for array path `children` is…
-
Use the count method instead of the countDocuments method
https://stackoverflow.com/questions/59186475/mongoose-geonear-near-and-nearsphere-are-not-allowed-in-this-context
Use:
```
t: 'count',…
esalu updated
3 years ago
-
## Topic Suggestion.
How to build a bookstore application API with Nodejs and MongoDB.
## Writing sample(s):
* https://hevodata.com/learn/etl-code-processes/
* https://hevodata.com/learn/data-sc…
-
**Describe the bug**
When we create a date field and default it to moment.utc, when it gets populated the date part of the timestamp is correct, but the time part gets lost and defaulted to midnight.…
-
- [ ] **I have created my request on the Product Board before I submitted this issue**
- [ ] **I have looked at all the other requests on the Product Board before I submitted this issue**…
-
I saw a Deprecation warning pop up, just wanted to post it here incase you didn't know.
```
(node:26516) DeprecationWarning: Mongoose: `findOneAndUpdate()` and `findOneAndDelete()` without the `us…
-
Good morning,
It is possible to populate documents across databases (and therefore managing different connections) since 3.9.0: https://github.com/Automattic/mongoose/issues/2137
When using `mon…