We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609ecfa commit 42f6024Copy full SHA for 42f6024
src/main/antora/modules/ROOT/pages/query-by-example.adoc
@@ -1,3 +1,7 @@
1
+ifndef::support-qbe-collection[]
2
+:support-qbe-collection: true
3
+endif::[]
4
+
5
[[query-by-example]]
6
= Query by Example
7
@@ -36,6 +40,9 @@ Query by Example is well suited for several use cases:
36
40
Query by Example also has several limitations:
37
41
38
42
* No support for nested or grouped property constraints, such as `firstname = ?0 or (firstname = ?1 and lastname = ?2)`.
43
+ifeval::[{support-qbe-collection} != true]
44
+* No support for matching collections or maps.
45
39
46
* Store-specific support on string matching.
47
Depending on your databases, String matching can support starts/contains/ends/regex for strings.
48
* Exact matching for other property types.
0 commit comments