skyscreamer / yoga

Yoga is RESTful but flexible.
http://yoga.skyscreamer.org/
Apache License 2.0
157 stars 66 forks source link

Nested properties in "select" expression are not merge #242

Open yanivadler opened 10 years ago

yanivadler commented 10 years ago

When using multiple expressions that have nested element like: "address(street),address(city)" the final result will only contain the address city property. This is because the subelement map in org.skyscreamer.yoga.selector.FieldSelector is overriding the key values and not merging the values.