Skip to content

GetMany bug #860

Closed
Closed
@crassirostris

Description

@crassirostris

http://pastebin.com/3GJ4PxeL

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions