We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4ca0d commit d273e9fCopy full SHA for d273e9f
src/main/antora/modules/ROOT/pages/query-by-example.adoc
@@ -36,6 +36,7 @@ Query by Example is well suited for several use cases:
36
Query by Example also has several limitations:
37
38
* No support for nested or grouped property constraints, such as `firstname = ?0 or (firstname = ?1 and lastname = ?2)`.
39
+* No support for matching collections or maps.
40
* Store-specific support on string matching.
41
Depending on your databases, String matching can support starts/contains/ends/regex for strings.
42
* Exact matching for other property types.
0 commit comments