-
Hey!
The method `\Doctrine\ODM\MongoDB\Configuration::setMetadataCacheImpl` [was deprecated in `monbodb-odm` `2.2`](https://github.com/doctrine/mongodb-odm/blob/69e64e7eb51f07bcfc09bc8e7ea8329f301b…
-
Hi,
It looks like the algolia search engine always return not found result for any searched terms. But for sure, it should be.
Search done from URI : https://www.doctrine-project.org/projects/do…
-
### Feature Request
Currently, `mongodb-odm` supports only the required parameters of `nearSphere` and `near` GeoFuntions: `GeoJson point` or `legacy coordinate point`.
For example, `nearSphere` …
-
### BC Break Report
The key 'store-empty-array' in a mapping about a collection is not mandatory with 2.5.5 and lower version, but it is mandatory with 2.6
| Q | A
|------------ | …
-
Fehlermeldung:
````
21:54:25 ERROR [console] Error thrown while running command "--ansi cache:warmup --env=prod". Message: "Argument 1 passed to Knp\Bundle\TimeBundle\DateTimeFormatter::__constr…
Mynyx updated
8 months ago
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
Info from https://repo.packagist.org: #StandWithUkraine
name : gedmo/doctrine-extensi…
-
1. You don't need to create separate client please use [bloomRPC](https://github.com/bloomrpc/bloomrpc)
2. go-api-boot comes with mongodb integration, so you don't have to create your own odm.
3. Pl…
-
``` sql
CREATE DATABASE logs;
USE logs;
CREATE TABLE weblogs(
md5 VARCHAR(32),
url VARCHAR(64),
request_date DATE,
request_time TIME,
ip …
-
**Describe the bug**
I'm trying to define a View using a user account that has limited read privileges. This causes the `list_collection_names` call to fail.
**To Reproduce**
1. Set up MongoDB …
-
Implementing a repository as per the [Service Repositories](https://www.doctrine-project.org/projects/doctrine-mongodb-bundle/en/4.6/first_steps.html#service-repositories) docs:
i.e.
```
// src/A…