Document Query by Example does not support regex matching.

Closes #3391
This commit is contained in:
Mark Paluch
2024-03-05 10:30:01 +01:00
parent 6cf77e6b60
commit 5effabfdd9

View File

@@ -63,3 +63,5 @@ The following table shows the various `StringMatcher` options that you can use a
| `LOWER(firstname) like '%' + LOWER(?0) + '%'`
|===
NOTE: Regex-matching is not supported by JPA.