Browse Source

Document Query by Example does not support regex matching.

Closes #3391
pull/3650/head
Mark Paluch 2 years ago
parent
commit
5effabfdd9
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc

2
src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc

@ -63,3 +63,5 @@ The following table shows the various `StringMatcher` options that you can use a @@ -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.

Loading…
Cancel
Save