Skip to content

Commit 9f3fef0

Browse files
authored
Make the term "sort" searchable
1 parent e075975 commit 9f3fef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ Given that the collection endpoint is `/offers`, you can filter offers on nullab
389389

390390
It will return all offers where `transportFees` is not `null`.
391391

392-
### Order Filter
392+
### Order Filter (Sorting)
393393

394-
The order filter allows to order a collection against the given properties.
394+
The order filter allows to sort a collection against the given properties.
395395

396396
Syntax: `?order[property]=<asc|desc>`
397397

0 commit comments

Comments
 (0)