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
225 stars 38 forks source link

Escaping % and * #315

Closed torshid closed 1 year ago

torshid commented 1 year ago

Fixes #305

% can be escaped with \\% and * can be escaped with \\* .