Skip to content

Commit

Permalink
add Orderby
Browse files Browse the repository at this point in the history
fixes dexie#143
  • Loading branch information
tacman authored Apr 16, 2024
1 parent 838a2d3 commit 0521aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/API-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ const forbundsKansler = await db.friends.get({
const angelasSortedByLastName = await db.friends
.where('[firstName+lastName]')
.between([["Angela", ""], ["Angela", "\uffff"])
.orderBy("lastName")
.toArray()
```

Expand Down

0 comments on commit 0521aa7

Please sign in to comment.