Closed
Description
First result
Second result
Found document with id 123? Yes
{ Field1: 'Value1', Field2: 'Value2' }
GetMany creates following request
{
"docs": [
{
"_id": "..."
},
...
]
}
It doesn't use information about neither index nor type
At the same time MultiGet(s => s.GetMany(...)) despite being the same thing shortcutted (if I understand it correctly) produces required request
Metadata
Metadata
Assignees
Labels
No labels