Hi I have in my collection this JSON 

{
"allowedSnssaiList": [
{
"allowedSnssai": {
"sst": 1,
"sd": "1"
},
"allowedSnssai": {
"sst": 2,
"sd": "3"
     }
   }
   ]
 } 
how can query using the key sst and sd to return a documents matching the 
two exact values? Example when i query using sst:1, sd :1 it should return 
the documents but sst:1 and sd:3 should not. The problem am having is that 
when i query using "find" using sst:1, sd:3 it still return this JSON.

br
Abraham

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/32eb3edb-d9c0-4c17-a4d0-2df0014b47cc%40googlegroups.com.

Reply via email to