theodo-fintech / spring-search

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

[Feature] Blocking specific fields #22

Closed Skyterix1991 closed 3 years ago

Skyterix1991 commented 4 years ago

An annotation like @BlockSearch to block queries like ?search=password_hash:EXAMPLE_HASH

luc-boussant commented 3 years ago

Hello,

This is one of the features that will need to be implemented in the future. It is added to the roadmap of the project : https://trello.com/b/fXRLZM8y/spring-search However, if you want to work on it you can create an MR with the changes :) I will be happy to review it when I can.