We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1058d commit c15d23eCopy full SHA for c15d23e
docs/query_specs.adoc
@@ -196,10 +196,18 @@ TIP: the `i` character at the start of the text operator donates case-insensitiv
196
197
=== Paging and sorting
198
199
-Due to being built on top of Spring Data JPA, __Spring Data JPA MongoDB Expressions__ library is fully compitable with the
+Due to being built on top of Spring Data JPA, __Spring Data JPA MongoDB Expressions__ library is fully compatible with the
200
Paging and Sorting features of Spring Data JPA.
201
202
-1. Paging and sorting:
+1. Paging and sorting in the url:
203
++
204
+[source,text]
205
+----
206
+/api/search?page=0&size=20&sort=id,desc
207
208
+
209
210
+2. Paging and sorting in code:
211
212
[source,json]
213
----
0 commit comments