-
Hi!
I found an issue in latest beta version. I create AuditLog document extends from Model, but didn't work. This is the error message:
`The class 'App\\Document\\AuditLog' was not found in the …
-
PHP 8, Symfony 5.4, Doctrine ODM 4.4:
extensions installed:
`objectManagerLoader` provided:
`tests/object-manager.php`:
Still getting this error:
Some debug observations:
- The…
-
Can I use mysql with node-restful?
-
The docs state that the inheriting class of a Document must declare
```python
class ODMConfig(Document.ODMConfig):
allow_inheritance = False
```
However, that means there is no…
-
add dependencies either by running npm I or adding them to the package.json
-
When my model has it need to convert my tags to a list before it tries to insert/update it to MongoDB.
class Video(Document):
tags: Set[str]
I have a workaround with "field_serializer" but…
-
Hi!
I am running Cm_Mongo on my local for tests. Your recent fixes made it possible for me to work with it and I really like the potential it is providing.
I have noticed that my system.log is full …
-
### Bug Report
This code works on v1.x. But fails in V2.
I've got an aggregation query, in last stage I've got a $project like this:
```
$builder
->addFields()
…
-
This feature requires [MongoDB Atlas to use Lucene search](https://www.mongodb.com/docs/atlas/atlas-search/text/#fuzzy-examples).
https://github.com/GromNaN/symfony-chatgpt-ux/blob/1e51d3df33ba9b4a…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | no
| RFC | no
| BC Break | no
#### Summary
The index section in the docs does not contain any…