vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 171 forks source link

[feature request] query inside an array #30

Open dariosalvi78 opened 5 years ago

dariosalvi78 commented 5 years ago

great idea, thanks!

My main limitation at the moment is that I cannot query inside an array. I cannot search for something that is contained in an array that is contained in an object. One workaround could be removing the array from the object and placing it inside another collection with an external key, but that would make the client side code much more cumbersome. Would this extension be something you are going to implement?

vasanthv commented 5 years ago

I don’t intend to add complex queries into the system now. But I welcome PRs which address them.