DATAMONGO-1245 - Final tweaks to Query by Example documentation.
Tweaked section anchor to match conventions. Use level offsets to accommodate changes in Spring Data Commons.
This commit is contained in:
@@ -1330,8 +1330,8 @@ TextQuery.searching(new TextCriteria().matching("\"coffee cake\""));
|
|||||||
TextQuery.searching(new TextCriteria().phrase("coffee cake"));
|
TextQuery.searching(new TextCriteria().phrase("coffee cake"));
|
||||||
----
|
----
|
||||||
|
|
||||||
include::../{spring-data-commons-docs}/query-by-example.adoc[]
|
include::../{spring-data-commons-docs}/query-by-example.adoc[leveloffset=+1]
|
||||||
include::query-by-example.adoc[]
|
include::query-by-example.adoc[leveloffset=+1]
|
||||||
|
|
||||||
|
|
||||||
[[mongo.mapreduce]]
|
[[mongo.mapreduce]]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[[query.by.example.execution]]
|
[[query-by-example.execution]]
|
||||||
=== Executing Example
|
== Executing an example
|
||||||
|
|
||||||
.Query by Example using a Repository
|
.Query by Example using a Repository
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user