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?
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?