<div dir="ltr">Was wondering if anyone else is seeing this or if I'm simply doing something wierd.<br><br>Using GenieACS 1.1 When I query by ID or WAN Mac address via API,  Im returning all devices.<br>FWIW This was working as expected in version 1.0.<br> <br>Query by MAC:<br>query={"InternetGatewayDevice.WANDevice.5.WANConnectionDevice.1.WANIPConnection./^\\d+$/.MACAddress" :"'. _MAC($mac) .'"}&projection=InternetGatewayDevice.LANDevice<br><br>Query by ID:<br>query={"device":"EC4F82-ONT-CXNK00309984"}&projection=InternetGatewayDevice.LANDevice<br><br><br>Returned Data:<br>          {<br>            '_id' => 'EC4F82-ONT-CXNK0030C7A5',<br>            'InternetGatewayDevice' => {<br>                                         'LANDevice' => {<br>                     *** SNIP ***<br>                    }<br>        }          },<br>          {<br>            '_id' => '0000CA-DG2470A-G5UBSY89A600319'<br>          },<br>          {<br>            '_id' => 'EC4F82-ONT-CXNK00309998',<br>            'InternetGatewayDevice' => {<br>                                         'LANDevice' => {<br>                     *** SNIP ***<br>                    }<br>        }<br>    }<br><br></div>