This should work. Can you post a full failing test so we can see how you are storing the documents?
Hello,i am trying to load multiple documents by id at once.var attributeId1 = "this id exists.";var attributeId2 = "this id does not exist.";var userAttributes = session.Load<UserAttribute>(attributeId1, attributeId2);This returns an array of 2 elemnts. Both values in the array are null.Then i tried the followingvar test = session.Load<UserAttribute>(attributeId1);test points now to the document.When i return the loading after the test load,var userAttributes = session.Load<UserAttribute>(attributeId1, attributeId2);It returns an array of 2 elements, but this time userAttributes[0] points to the document.Any clues?Raven is ready to process requests. Build 2360, Version 2.0.3 / 4ab4776Regards,--esskar--
You received this message because you are subscribed to the Google Groups "ravendb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "ravendb" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ravendb/9MxVQZyNMSA/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to ravendb+u...@googlegroups.com.