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

Search in POJO Collection #388

Open ghost opened 2 months ago

ghost commented 2 months ago

Hi, Is it possible to search with the same syntax in some Collection<T> by fields of T? Convert FilterNode to Predicate<T>. Didn't find anything in docs.

Best regards, Dmitry

torshid commented 2 months ago

There is no such feature currently. It would be great to have a new module for this.