- From: Jake Archibald <notifications@github.com>
- Date: Fri, 20 Jan 2017 03:38:39 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 January 2017 11:39:36 UTC
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