Skip to content

Commit 90bfa24

Browse files
alanpoulainvvatelot
andauthored
Update core/filters.md
Co-Authored-By: vvatelot <[email protected]>
1 parent 388824f commit 90bfa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ class Offer
950950
// ...
951951
}
952952
```
953-
When using `ApiFilter` annotation, the declared properties in the `services.yaml` will not be taken into account. You have to use the `ApiFilter` way (see the [documentation](#apifilter-annotation))
953+
When using `ApiFilter` annotation, the declared properties in the `services.yaml` will not be taken into account. You have to use the `ApiFilter` way (see the [documentation](#apifilter-annotation)).
954954

955955
Finally you can use this filter in the URL like `http://example.com/offers?regexp_email=^[FOO]`. This new filter will also
956956
appear in Swagger and Hydra documentations.

0 commit comments

Comments
 (0)