Open Garito opened 7 years ago
Unfortunately that is not possible with IndexedDB as of now.
Feature request? Mongo does like this: https://docs.mongodb.com/manual/core/index-multikey/
Yes, but IndexedDB does not support that feature.
Perhaps, but it can be done and would be convenient (mongodb supports it too): http://dexie.org/docs/Version/Version.stores()
Dexie.js does not support it either. Indexes of attributes of objects within arrays cannot be created with IndexedDB. I agree that it would be convenient though.
I've checked again: the multi-entry index is for arrays not for keys in arrays, sorry
Thanks!
Hi! Giving this data:
is it possible to index tracks.creation? How?
Thanks