Takashi Kanemoto

Results 36 comments of Takashi Kanemoto

@soyuka /cc @paullallier We still need to discuss the following points: * Which of `@context`, `@id` and `@type` are required and which are not required in the output schema *...

Thank you for the detailed explanation @paullallier. /cc @soyuka I've created a simple reproduction environment for this issue below. https://github.com/ttskch/api-platform-core-6485 * There are two entities of [`Todo`](https://github.com/ttskch/api-platform-core-6485/blob/main/src/Entity/Todo.php) "resource" entity and...

@soyuka Thank you for the great work on #6960. Will you continue working on this PR by rewriting it for 4.2? Or should I create a new PR for 4.2?

@vinceAmstoutz Thank you for your comment. But I don't want to "apply one filter to multiple properties"; rather, I want to "apply multiple filters to the same property".

@vinceAmstoutz Thank you for your advice! I tried it, and the second approach worked perfectly! (The first one resulted in an error because the key was undefined.) Below is the...

@vinceAmstoutz Thank you for your comment. So, you're saying that I should be using the `property` argument of `QueryParameter` instead of the `properties` argument of `Filter`, right? In the code...