mongodb-odm icon indicating copy to clipboard operation
mongodb-odm copied to clipboard

The Official PHP MongoDB ORM/ODM

Results 105 mongodb-odm issues
Sort by recently updated
recently updated
newest added

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | not yet #### Summary The `Configuration::addFilter` method...

Feature
Enhancement

Creating this from #530. doctrine/mongodb 1.1 supports GeoJSON and 2dsphere queries as of https://github.com/doctrine/mongodb/pull/109. Todo items: - [x] Upgrade ODM to support doctrine/mongodb 1.1 (possibly another PR) - [ ]...

Feature

The hash type field does not allow atomic updates for its fields. Only the whole field is updated. Much as in #1286 this causes data loss when a Document is...

Idea

While answering http://stackoverflow.com/questions/41172585/index-not-created/41173619 I found that it's actually hard to find anything about creating indexes in the docs (there's small paragraph by the end of [Embedded Indexes](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/indexes.html#embedded-indexes)). Also [Console Commands](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/console-commands.html)...

Documentation
Hacktoberfest

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | most likely #### Summary With MongoDB 3.6,...

Feature

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Based on documentation changes...

Feature

I've been playing around with the events system a bit more recently and found that the combination of the documentation being a little light and the UnitOfWork silently failing makes...

Feature
Documentation
Hacktoberfest

There appears to be logic `DocumentRepository::find()` to support passing a document as the `$id` parameter and unwrapping the identifier field value. ``` public function find($id, $lockMode = LockMode::NONE, $lockVersion =...

Task

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary When using aggregation pipelines...

Idea