Files
freeplanet/src/components/projects/SingleProject
Paolo Arena 3c05d2d9c7 - Modified privacywrite query with graphLookup:
$graphLookup: {
        from: "projects",
        startWith: "$id_main_project",
        connectFromField: "id_main_project",
        connectToField: "_id",
        as: "ris",
        restrictSearchWithMatch: { $or: [{ privacyread: server_constants.Privacy.all }, { userId: userId }] }
      }
    },
    { $match: { "ris.privacyread": { $exists: true } } },
2019-04-13 03:04:40 +02:00
..
2019-03-28 12:58:34 +01:00
2019-04-05 16:16:29 +02:00