-
I see that the subDoc anchor element is supported but not the http://schemas.openxmlformats.org/officeDocument/2006/relationships/subDocument relationship. I see the schema files in the repo are all t…
-
### AdGuard Extension version
4.3.25 beta
### Browser version
Chrome 122
### OS version
Windows 11
### What filters do you have enabled?
AdGuard Base filter
### What Stealth Mo…
-
Hi,
I'm trying to use aggregate on initial access to a document, I have encrypted the subdocument. Error: UnhandledPromiseRejectionWarning: Error: Authentication failed: Only some authenticated fie…
-
Proposal: Add `ancestorMatches`/`excludeAncestorMatches` as conditions in [RegisteredContentScript](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/RegisteredConte…
-
**Do you want to request a *feature* or report a *bug*?**
bug or own stupidity
**What is the current behavior?**
findAndUpdateOne Hook fires on Document, but not on Subdoc / SubSub.
**If t…
-
Jira Link: [DB-1655](https://yugabyte.atlassian.net/browse/DB-1655)
Currently the query-layer-independent part of the DocDB scan is not aware of aggregate queries, and it wastes ~10% of total CPU tim…
-
I have a schema
{
...
windows: [{name:String}]
...
}
If I run Model.find({windows._id:'string'}) everything is ok, mongoose is sending query {"windows._id":ObjectId('string')} and returns records;
If…
-
### What steps will reproduce the problem?
```
$model = $this->findModel($intent);
$entity = $this->findOtherModel($id);
$model->parameters = [
[
'entity' => $entity->_id,
'value' => '1'
]…
-
Thanks for making a fork of this project! It's too good not to continue.
I have a couple things layered on top of nestjs-query which enhances typegoose experience:
- subdocument query
- subdocu…
-
I'm getting errors like this one when trying to update encrypted documents after upgrading to Mongoose 6:
> MongoServerError: Updating the path 'subdocs' would create a conflict at 'subdocs'
The…