turkraft / springfilter

Dynamically filter JPA entities and Mongo collections with a user-friendly query syntax. Seamless integration with Spring APIs. Star to support the project! ⭐️
https://turkraft.com/springfilter
216 stars 35 forks source link

Support for projection #374

Closed pedrammehrdad closed 4 months ago

pedrammehrdad commented 4 months ago

Hi I wonder if we can have projection also? It could be something like: /company?filter=id%20%3C%2010%20and%20employees%20is%20not%20empty&projection=name,emplyees.lastname,emplyees.salary

torshid commented 4 months ago

This is out of scope.