Query with $elemMatch and $eq

13 views
Skip to first unread message

Ignacio Tarrio

unread,
Oct 13, 2017, 11:03:14 AM10/13/17
to Morphia

I have this BSON query

{
  "folders.0" : { 
    $elemMatch: {
      $eq: "text"
    }
  }
}

How do I replicate this on Morphia? I am having trouble with the query $elemMatch: { $eq: "text" }.

Reply all
Reply to author
Forward
0 new messages