Antoine Bluchet
Antoine Bluchet
your commit could be: `feat(doctrine): search filter uid support`
Yes its a hard problem :/ especially because we don't have a query parameter sanitizer, it'll be better if you knew it was an IRI or not for starters :/....
also https://github.com/api-platform/core/pull/5623/files#diff-9a51326378c8abdf577e784792a9245eeb219ffc426b09aa1a635bd20fcc51cdR127-R133
maybe that we should start working on a new Filter system to address this and #2400, stumble on #319 today which would quite simplify the code around these things...
This is awesome, I would like this to be part of API Platform but I'd also like for it not to be added to the Search filter... It's not possible...
@bpolaszek can you update this? I would like to merge that in the end.
I tried a quick rebase let's see.
PostgreSQL and MongoDB have issues with the fix, if someone is willing to take a look we'll gladly merge this.
Not sure about this I guess if there's an id we try to update but as there's nothing to update it fails. Does that occurs during deserialization? You could set...
can you provide a patch?