-
```php
$em->getFilters();
$dm->getFilterCollection();
```
-
### Environment
#### Sonata packages
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.23.0 3.23.0 The missing Symfony Admin Generator
son…
-
Hi,
I'am using ApiPlatform with Symfony Doctrine ODM (MongoDB).
My Model:
```
use Doctrine\ODM\MongoDB\Mapping\Annotations as MongoDB;
use Symfony\Component\Serializer\Annotation\Groups;
u…
-
I am confused to ask this question but I can not find a solution to my problem. I use the mongo-odm-agregation-bundle to perform an aggregate on my data.
I don't know how to use correctly this bund…
-
**I'm reporting a Bug**
Hi,
in the File MongoDBODM/VersionRepository.php you are sorting the Cursor bei the Filed loggedAt using ASC und DESC, this is not working for MongoDB from 2.6. You should c…
-
Page:
http://www.doctrine-project.org/projects/mongodb.html
Link:
http://docs.doctrine-project.org/projects/doctrine-mongodb/en/latest
-
Hi. I have a document that is not creating the proxy cache file. The whole "Proxy" folder is populated within "cache" with all proxies but only this file is not created.
`Error Message: Compile Err…
-
Hey guys, there seems to be a mistake in the namespace of this new [Shard command](https://github.com/doctrine/DoctrineMongoDBBundle/blob/master/Command/ShardDoctrineODMCommand.php)
`namespace Doct…
-
Is there a possibality to change in 1 request the documents collection name many times?
For example:
Document class: File
Annotated collection name: file
I need to change the collection name many t…
-
### Description
Seems like if any value in a document is `undefined`, an exception is thrown since version 1.3+
After upgrading to mongo-php-driver 1.3+, we started getting the error message in …
amcsi updated
6 years ago