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

I think you should stick with the NOSQL approach. If I can make a suggestion: make it possible to have multiple filters, or have a callback in which you can filter your data. That is an approach I used in my own lib I wrote. I do all my filtering in a webworker and I give the user the ability to provide a filtering function. (My worker for filtering and ordering the data. https://linq2indexeddb.codeplex.com/SourceControl/latest#Linq2IndexedDB/Linq2IndexedDB/Source/Worker.js and this is a blog post on how to use it http://www.kristofdegrave.be/2012/07/linq2indexeddb-custom-filters.html)

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/45#issuecomment-152967835

Received on Monday, 2 November 2015 09:26:38 UTC