theodo-fintech / spring-search

Provides advanced search capabilities to a JPA entity
MIT License
193 stars 44 forks source link

Allow for searching lists #13

Closed redhawk87 closed 3 years ago

redhawk87 commented 4 years ago

With the current implementation, I do not see a way to filter results based on if a list contains an item, or does not contain an item. For example, OData has 'any' and 'all' keywords that allow you to search lists.

luc-boussant commented 3 years ago

Can you please provide a concrete example of what you would want to be possible with the spring search annotation ? It will help us narrow the feature that you would want to be added

luc-boussant commented 3 years ago

I will close this issue for now until the feature is a bit clearer.