We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7892af commit 2555eb4Copy full SHA for 2555eb4
core/content-negotiation.md
@@ -355,6 +355,10 @@ merge new encoders and normalizers in API Platform.
355
356
## JSON:API sparse fieldset and sort parameters
357
358
+> [!WARNING]
359
+> The SortFilter is for Eloquent, the Doctrine equivalent is the OrderFilter.
360
+> The config/api-platform.php is Laravel specific.
361
+
362
When working with JSON:API you may want to declare the `SparseFieldset` and the
363
`SortFilter` globally:
364
0 commit comments