File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Bridge/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Feature: Search filter on collections
20
20
When I send a "GET" request to "/dummy_cars?colors.prop=red"
21
21
Then the response status code should be 200
22
22
And the JSON should be deep equal to:
23
- """
23
+ """
24
24
{
25
25
"@context": "/contexts/DummyCar",
26
26
"@id": "/dummy_cars",
Original file line number Diff line number Diff line change 66
66
<argument type =" service" id =" api_platform.iri_converter" />
67
67
<argument type =" service" id =" api_platform.property_accessor" />
68
68
<argument type =" service" id =" logger" on-invalid =" ignore" />
69
- <argument key =" $identifiersExtractor" type =" service" id =" api_platform.identifiers_extractor.cached" />
69
+ <argument key =" $identifiersExtractor" type =" service" id =" api_platform.identifiers_extractor.cached" on-invalid = " ignore " />
70
70
</service >
71
71
72
72
<service id =" ApiPlatform\Core\Bridge\Doctrine\MongoDbOdm\Filter\SearchFilter" alias =" api_platform.doctrine_mongodb.odm.search_filter" />
Original file line number Diff line number Diff line change 55
55
<argument type =" service" id =" api_platform.iri_converter" />
56
56
<argument type =" service" id =" api_platform.property_accessor" />
57
57
<argument type =" service" id =" logger" on-invalid =" ignore" />
58
- <argument key =" $identifiersExtractor" type =" service" id =" api_platform.identifiers_extractor.cached" />
58
+ <argument key =" $identifiersExtractor" type =" service" id =" api_platform.identifiers_extractor.cached" on-invalid = " ignore " />
59
59
</service >
60
60
<service id =" ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter" alias =" api_platform.doctrine.orm.search_filter" />
61
61
You can’t perform that action at this time.
0 commit comments