There are 79 parameters in each experiment/document . There are 27 experiment/documents.
{
  _id: 0,
  experiment: 1,
  parameters: [
    {
      name: "clock",
      value: 8,
      type: "system"
    },
    {
      name: "B",
      value: 100000,
      type: "puls"
    },
    {
      name: "campaign",
      value: "October2019",
      type: "navi"
    }
  ]
}
I would like to have all the experiment/ documents where- name : "B" > value : 1000 and name : "campaign" = value : "October2019"
The output should look like this: https://mongoplayground.net/p/UP39-Yxk61U
 
    