✅ GenosDB - `$edge` Operator Testbed
Open the Developer Console (F12)
to see the results of each test.
Test Scenarios:
Test 1: Get ALL Person Descendants
Should find all 4 people in the Perez family tree (Juan, Maria, Pedro, Ana).
Test 2: Get ADULT Descendants
Uses `{ age: { $gt: 18 } }`. Should find only Juan and Maria.
Test 3: Get Descendants with OR
Uses `{ $or: [...] }`. Should find only Pedro and Ana.
Test 4: Get Descendants of a specific child (Juan)
Starts the search from 'Juan'. Should find only Pedro.
Test 5: No Matching Descendants
Searches for `{ type: 'Pet' }`. Should find 0 results.
Setup Log: