Hello, I've updated Api-Platform to version 2.6.4 and since 2.6.x filter on nested properties doesn't work with doctrine and mongodb.
I've a user entity with email property and events with user.email as filter.
Other filters work as expected:
https://localhost/admin/events?page=1&itemsPerPage=50&mustSort=false&multiSort=false&user.email=user%40email.com&type=2
user.email is ignored
type is working
Can you help me? Thanks.
Hello, I've updated Api-Platform to version 2.6.4 and since 2.6.x filter on nested properties doesn't work with doctrine and mongodb.
I've a user entity with email property and events with user.email as filter.
Other filters work as expected:
user.email is ignored
type is working
Can you help me? Thanks.