issues
search
erikolson186
/
zangodb
MongoDB-like interface for HTML5 IndexedDB
https://erikolson186.github.io/zangodb/
MIT License
1.07k
stars
72
forks
source link
$elemMatch neither working with strings nor with $eq
#30
Open
oliverfriedmann
opened
6 years ago
oliverfriedmann
commented
6 years ago
{value: {$elemMatch: "foo"}} does not match {value: ["foo", "bar"]} but probably should
{value: {$elemMatch: {$eq: "foo" }}} is not supported