[w3c/IndexedDB] Allow sorting within indexes (#138)

I imagine this has been suggested before, but I couldn't find an issue for it.

Say I have a series of game instances that look like this:

```js
{isActive: Boolean, started: Date, state: {…}}
```

…can I create an multi-field index where each index is sortable. Eg, I want the active games to be returned before the inactive ones. Within those, I want them returned by "stated" descending.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/138

Received on Friday, 20 January 2017 11:39:36 UTC