trivago / jade

A simple but yet powerful library to expose your entities through JSON API.
Other
55 stars 6 forks source link

Feature to avoid filtering or sorting on columns that are not rendered #4

Closed yulioaj290 closed 6 years ago

yulioaj290 commented 6 years ago

Added some new features to avoid filtering or sorting on columns that are not rendered.

The "excluded_attributes" configuration property was used to identify the not rendered columns and a new configuration property have been created, "strict_filtering_and_sorting" under security section, to tell to the bundle to ignore or not the excluded attributes used into the filtering or sorting.

The documentation has been updated properly.

trivago-makbarof commented 6 years ago

@yulioaj290 Thanks for the PR

yulioaj290 commented 6 years ago

@trivago-makbarof you're welcome.