Files
freeplanet/src/views
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-15 02:36:44 +01:00
2019-04-11 14:25:43 +02:00
2019-03-11 19:16:39 +01:00
2019-03-11 19:16:39 +01:00
2019-03-11 19:16:39 +01:00
2019-03-11 19:16:39 +01:00
2019-03-22 15:32:32 +01:00