testSelProjectionComb({
    $or: [
      {'a.b.c': 42},
      {$where() { return true; } },
    ],