We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0c8ec commit 43b4962Copy full SHA for 43b4962
src/main/asciidoc/reference/mongodb.adoc
@@ -1330,8 +1330,8 @@ TextQuery.searching(new TextCriteria().matching("\"coffee cake\""));
1330
TextQuery.searching(new TextCriteria().phrase("coffee cake"));
1331
----
1332
1333
-include::../{spring-data-commons-docs}/query-by-example.adoc[]
1334
-include::query-by-example.adoc[]
+include::../{spring-data-commons-docs}/query-by-example.adoc[leveloffset=+1]
+include::query-by-example.adoc[leveloffset=+1]
1335
1336
1337
[[mongo.mapreduce]]
src/main/asciidoc/reference/query-by-example.adoc
@@ -1,5 +1,5 @@
1
-[[query.by.example.execution]]
2
-=== Executing Example
+[[query-by-example.execution]]
+== Executing an example
3
4
.Query by Example using a Repository
5
====
0 commit comments