You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added character escaping support for LIKE-based specifications. It allows to treat special characters (such as % and _) as literals during database searches - developed by @Nawrok 🚀
Escaping can be configured globally via SpecificationArgumentResolver or locally for each @Spec definition via config attribute.
Please see Character escaping support section of README.md for more details.