**Describe the bug** Search method in nested key not working. **To Reproduce** ```js const debug = new XDebugger({ debug: true }); debug.search({ timestamp: { $gte: 1560122145284 } }); // Output > [] ```
Describe the bug
Search method in nested key not working.
To Reproduce