jsonbox
jsonbox copied to clipboard
[feature request] query inside an array
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?
I don’t intend to add complex queries into the system now. But I welcome PRs which address them.