@@ -50,30 +50,30 @@ Feature: Search filter on collections
50
50
},
51
51
"hydra:search": {
52
52
"@type": "hydra:IriTemplate",
53
- "hydra:template": "\/dummy_cars{?availableAt[before],availableAt[strictly_before],availableAt[after],availableAt[strictly_after],canSell,foobar[],foobargroups[],colors.prop,name}",
53
+ "hydra:template": "\/dummy_cars{?availableAt[before],availableAt[strictly_before],availableAt[after],availableAt[strictly_after],canSell,foobar[],foobargroups[],foobargroups_override[], colors.prop,name}",
54
54
"hydra:variableRepresentation": "BasicRepresentation",
55
55
"hydra:mapping": [
56
56
{
57
57
"@type": "IriTemplateMapping",
58
- "variable": "availableAt[before ]",
58
+ "variable": "availableAt[after ]",
59
59
"property": "availableAt",
60
60
"required": false
61
61
},
62
62
{
63
63
"@type": "IriTemplateMapping",
64
- "variable": "availableAt[strictly_before ]",
64
+ "variable": "availableAt[before ]",
65
65
"property": "availableAt",
66
66
"required": false
67
67
},
68
68
{
69
69
"@type": "IriTemplateMapping",
70
- "variable": "availableAt[after ]",
70
+ "variable": "availableAt[strictly_after ]",
71
71
"property": "availableAt",
72
72
"required": false
73
73
},
74
74
{
75
75
"@type": "IriTemplateMapping",
76
- "variable": "availableAt[strictly_after ]",
76
+ "variable": "availableAt[strictly_before ]",
77
77
"property": "availableAt",
78
78
"required": false
79
79
},
@@ -83,6 +83,12 @@ Feature: Search filter on collections
83
83
"property": "canSell",
84
84
"required": false
85
85
},
86
+ {
87
+ "@type": "IriTemplateMapping",
88
+ "variable": "colors.prop",
89
+ "property": "colors.prop",
90
+ "required": false
91
+ },
86
92
{
87
93
"@type": "IriTemplateMapping",
88
94
"variable": "foobar[]",
@@ -97,8 +103,8 @@ Feature: Search filter on collections
97
103
},
98
104
{
99
105
"@type": "IriTemplateMapping",
100
- "variable": "colors.prop ",
101
- "property": "colors.prop" ,
106
+ "variable": "foobargroups_override[] ",
107
+ "property": null ,
102
108
"required": false
103
109
},
104
110
{
0 commit comments