XDebugger icon indicating copy to clipboard operation
XDebugger copied to clipboard

Search nested method not working

Open matiaslopezd opened this issue 5 years ago • 0 comments

Describe the bug Search method in nested key not working.

To Reproduce

const debug = new XDebugger({ debug: true });
debug.search({
   timestamp: {
     $gte: 1560122145284
   }
});

// Output
> []

matiaslopezd avatar Jun 09 '19 23:06 matiaslopezd