Paolo Arena 6a0b7db73c - 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:49 +02:00
2018-12-24 20:31:02 +01:00
2019-02-14 19:01:41 +01:00
Description
No description provided
120 MiB
Languages
JavaScript 98.1%
Pug 1.3%
Shell 0.3%
SCSS 0.2%
CSS 0.1%