-
service:
```
shehi updated
3 years ago
-
**Description**
Basically, when an application uses doctrine mongodb odm for instance, installing meilisearch symfony will also install doctrine bundle which is not required by the app.
**Expected…
-
Doctrine\ODM\MongoDB\Aggregation\Stage we have all possible aggregation stages excapt two Stages:
1. $search
2. $searchMeta
Useful links:
https://www.mongodb.com/docs/atlas/atlas-search/query…
-
We should find a way to mark the supported and unsupported version on those pages
- http://www.doctrine-project.org/projects/orm.html
- http://www.doctrine-project.org/projects/migrations.html
- http:…
-
I'm not sure if this is officially supported by Doctrine, since it is not documented, but it works - with an error notice.
For example, if I have documents A and B where document B has an embedded do…
Bilge updated
3 years ago
-
When trying to use Doctrine ORM Entities with ODM Documents (e.g. MongoDB) most solutions adding extra fields:
- http://doctrine-orm.readthedocs.org/projects/doctrine-mongodb-odm/en/latest/cookbook/bl…
-
Maybe better this then setId/defineId?
http://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/upserting-documents.html
sokil updated
9 years ago
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 1.3.7
#### Summary
In upgrading version up to 1.3.* in DocumentPersister::handleCollections() …
-
Doctrine 2 comes with MongoDB ODM any idea how to load it in lithium? from the top of my head auth and form classes will have to be patched? any input would be appreciated
-
### Bug Report
Running the `doctrine:mongodb:schema:update` command fails with error `Index with name: already exists with a different name` if there already exists an index with same keys and optio…