You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This query is equal to:
// select * from friends where firstName='Angela' order by lastName
const angelasSortedByLastName = await db.friends
.where('[firstName+lastName]')
.between([["Angela", ""], ["Angela", "\uffff"])
.toArray()
Is it really the same as the orderby? If so, can you document why, or correct it if it's simply missing the orderby. Thx.
The text was updated successfully, but these errors were encountered:
tacman
added a commit
to tacman/dexie.js-web
that referenced
this issue
Apr 16, 2024
on https://dexie.org/docs/API-Reference#query-items
Is it really the same as the orderby? If so, can you document why, or correct it if it's simply missing the orderby. Thx.
The text was updated successfully, but these errors were encountered: