-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
I have this structure:
{
pages : [
{
'url' :
}
]
}
I'm trying to find all objects where the inner 'url' is a particular value. I tried, in the shell and with the python driver:
find(
{ 'pages.url.url' : SOME_VAUE })
but it didn't seem to work. I spoke to Mike about it and he wasn't sure what was going on.