api-platform / api-platform/core

`ApiFilter` does not respect `SerializerName`

未关闭
#5,980 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
PHP
星标
2.6k
派生
980
平均合并
2 天 4 小时
30 天内合并 PR
49

描述

**API Platform version(s) affected**: v3.1.18

**Description**
The following will not work:

```php
#[ApiResource(
operations: [
new GetCollection(),
],
)]

#[ApiFilter(DateFilter::class, properties: [
'date',
])]
class Foo
{
#[SerializedName('date')]
public \DateTimeInterface $reallyBadlyNamedDateForLegacyReasons;
}
```

beacuse the filters do not consider the `SerializerName` of the attribute we want to filter on

**How to reproduce**

**Possible Solution**
1. Some code here which takes into account the `SerializedName` here?
https://github.com/api-platform/core/blob/main/src/Doctrine/Orm/Filter/AbstractFilter.php#L89

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。