Re: [w3c/IndexedDB] Allow multiEntry + Array keyPath (#36)

@inexorabletash 
This would be very useful. I currently have an app in dire need of it. Though, wouldn't this index make the most sense?:

D)
["apple", "orange"] -> 1
["apple", "y"] -> 1
["x", "orange"] -> 1
["x", "y"] -> 1

Of course, this risks a combinatorial explosion. But it seems to me that the combination of multiEntry and compound indices ought to be the cartesian product. Thoughts?

-- 
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/36#issuecomment-596025972

Received on Saturday, 7 March 2020 01:09:29 UTC