You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/filters.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ class Book {}
34
34
Note that `property` is used to document the Hydra view. You can also specify an [OpenAPI Parameter](https://api-platform.com/docs/references/OpenApi/Model/Parameter/) if needed.
35
35
A Parameter can be linked to a filter, there are two types of filters:
36
36
37
-
- metadata filters, most common are serializer filters (PropertyFilter and GroupFilter) that alter the normalization context
38
-
- query filters that alter the results of your database queries (Doctrine, Eloquent, Elasticsearch etc.)
37
+
- metadata filters, most common are serializer filters (PropertyFilter and GroupFilter) that alter the normalization context
38
+
- query filters that alter the results of your database queries (Doctrine, Eloquent, Elasticsearch etc.)
0 commit comments