cismet / cids-server-rest

1 stars 0 forks source link

EnityCore: restrict field paramter to first level and allow point annotaion #53

Open dameiers opened 10 years ago

dameiers commented 10 years ago

currently the field parameter affects the retrieved top level object AND all subobjects of a deeper level. It would be cool, if the field paramter only affects the top level object. To restrict the fields of subobjects of a deeper level, point annotation should be supported. (eg. topLevelField.secondLevelField)