Albert Montañez

Results 5 issues of Albert Montañez

I try to serialise an object but I get an error with the URL generation for the `self url` property. This is my mapping: ```yaml mapping: class: AppBundle\User alias: User...

Hi there! I tried to add support for Symfony 4 requiring `"symfony/symfony": "^3.0 | ^4.0"`, but this doesn't work if the Symfony 4 project is using Symfony Flex since this...

I'm using [Doctrine Embeddables](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/embeddables.html) in a project but they don't work as expected. I tried to fetch a resource without adding the embeddables as relationships, but they just don't appear...

The current implementation for `contains` and `not contains` does not covers the case where a property is an array. It performs a simple `LIKE '%{value}%'`, which does not actually checks...

enhancement