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
When I try to filter the address resource because I want it to only return the city property, the following is not working: Fields: /*/settings/addresses/*/city.
When I specify the exact address key (i.e. 0) it does work (Fields: /*/settings/addresses/0/city).
Am I missing something?
The text was updated successfully, but these errors were encountered:
It should work, we even have tests for that. Could you try to provide a reproducer (the best would be to add a failing test in this repo, but anything else such as a repo with a Docker Compose config should do the trick)?
Hi,
I'm experimenting with Vulcain and I'm stuck on the following situation.
I have three calls, simplified:
GET /customers
Response:
GET /customer/{id}/settings
Response:
GET /customer/{id}/settings/addresses
Response:
When I try to filter the address resource because I want it to only return the
city
property, the following is not working:Fields: /*/settings/addresses/*/city
.When I specify the exact address key (i.e. 0) it does work (
Fields: /*/settings/addresses/0/city
).Am I missing something?
The text was updated successfully, but these errors were encountered: