core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**Description** As of today, in order to not have the by default `exact ` strategy for the search filter, we have to add a custom filter to change the strategy....
**API Platform version(s) affected**: 3.3 + **Description** A `Get` operation using a Controller is always calling the `WriteProcessor` after the Controller is called, which causes an "Invalid identifier or value...
| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | | License | MIT | Doc PR | #6221 introduces options `open_api_override_responses` to toggle default...
| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #6506 | License | MIT | Doc PR | api-platform/docs#... Adding new Doctrine filter...
@soyuka you need to change the return type of `getParameters()` to include `null` _Originally posted by @bendavies in https://github.com/api-platform/core/pull/6440#discussion_r1670116363_
**API Platform version(s) affected**: 3.3.11 Thanks to the new mechanism TagCollector, we move our custom logic to gather tags within a class implementing the interface, removing our decorations of deprecated...
| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #6335 | License | MIT Just adding a simple log to avoid completely hiding...
**Description** I really like this new interactive API documentation call [ScalarUI](https://github.com/scalar/scalar) and would be great to add it **Example** At the moment I implemented using [Twig Replacement](https://github.com/scalar/scalar/discussions/2926#discussioncomment-10439002)
**API Platform version(s) affected**: 3.3.6 **Description** Varnish cache is not released on a subresource. For example purposes, I use a `Supplier` and a `DeliveryDay` entity. Supplier: ```php #[ORM\Entity(repositoryClass: SupplierRepository::class)] #[ApiResource(...