Skip to content

Commit

Permalink
fixed #22, resolved #57; Documenting sort by relationship feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Madushanka committed Apr 24, 2024
1 parent 6cc7557 commit bc7434d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ All the usages of basic sorting is applicable. Use dot(.) notation to apply rela
*Usage Examples*

The query below sorts posts by their tag name in ascending order (default sort direction).
Direction is not mandatory when sort by ascending order.

`GET /api/posts?sort=tags.name:asc`

Expand Down

0 comments on commit bc7434d

Please sign in to comment.