Open MHerszak opened 8 years ago
Hi,
not sure if this is intended but when a selector object is empty the first document from a collection will be returned. That can mess up ones requests if a empty document is required/expected. Should this be changed?
Is this with ListContainer or DocumentContainer?
It happened using DocumentContainer.
Hmm ok, I'm not sure what the expected/correct behavior would be here so I'll have to take a look when I can.
Hi,
not sure if this is intended but when a selector object is empty the first document from a collection will be returned. That can mess up ones requests if a empty document is required/expected. Should this be changed?