Re: [w3c/IndexedDB] Introduce a more general query mechanism beyond keys/ranges (#45)

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