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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ by the library.
10
10
By default, all filters are disabled. They must be enabled explicitly.
11
11
12
12
When a filter is enabled, it automatically appears in the [OpenAPI](openapi.md) and [GraphQL](graphql.md) documentations.
13
-
It is also automatically documented as a `hydra:search` property for JSON-LD responses.
13
+
It is also automatically documented as a `search` property for JSON-LD responses.
14
14
15
15
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/filters?cid=apip"><imgsrc="../symfony/images/symfonycasts-player.png"alt="Filtering and Searching screencast"><br>Watch the Filtering & Searching screencast</a></p>
16
16
@@ -27,7 +27,7 @@ use ApiPlatform\Metadata\QueryParameter;
27
27
// This parameter "page" works only on /books
28
28
#[GetCollection(uriTemplate: '/books', parameters: ['page' => new QueryParameter])]
29
29
// This parameter is available on every operations, key is mandatory
0 commit comments