From 5effabfdd95ee217d38af4d1365e1726db576d5a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 5 Mar 2024 10:30:01 +0100 Subject: [PATCH] Document Query by Example does not support regex matching. Closes #3391 --- .../modules/ROOT/pages/repositories/query-by-example.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc b/src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc index c0d180a28..513ba122f 100644 --- a/src/main/antora/modules/ROOT/pages/repositories/query-by-example.adoc +++ b/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 | `LOWER(firstname) like '%' + LOWER(?0) + '%'` |=== + +NOTE: Regex-matching is not supported by JPA.