Skip to content

Commit 42f6024

Browse files
schaudermp911de
authored andcommitted
Refining QBE documentation.
Adds a configurable limitation about collection support in Query By Example. Closes: #3226
1 parent 609ecfa commit 42f6024

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: src/main/antora/modules/ROOT/pages/query-by-example.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ifndef::support-qbe-collection[]
2+
:support-qbe-collection: true
3+
endif::[]
4+
15
[[query-by-example]]
26
= Query by Example
37

@@ -36,6 +40,9 @@ Query by Example is well suited for several use cases:
3640
Query by Example also has several limitations:
3741

3842
* 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+
endif::[]
3946
* Store-specific support on string matching.
4047
Depending on your databases, String matching can support starts/contains/ends/regex for strings.
4148
* Exact matching for other property types.

0 commit comments

Comments
 (0)