- From: Joshua Bell <notifications@github.com>
- Date: Fri, 30 Sep 2016 10:34:44 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Friday, 30 September 2016 17:35:27 UTC
Another case: The "join" pattern with multiple cursors comes up a lot. I used it in a single index over in this fulltext search example: https://gist.github.com/inexorabletash/a279f03ab5610817c0540c83857e4295 I'm noting this here rather than in #92 since it involves a single index; like the examples here over a single store with one or more indexes, the primary keys are implicitly the same so it's simpler to express. Mango-style, would that be `{ words: { $all: [ 'x', 'y' ] } }` ? -- 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/45#issuecomment-250805227
Received on Friday, 30 September 2016 17:35:27 UTC