Database

[{"_id":{"$oid":"5f48e358d43721376c397f53"},"heading":"This is a heading","source":"internal","ticket_date":{"$date":"2020-11-25T10:58:32.428Z"},"last_updated":{"$date":"2020-11-26T10:58:32.504Z"},"author":"QA","tags":[],"categories":["production","test"],"content":["This is line one.","This is line 2"],"timestamp":1598612312.506219,"lang":"en"}]

Query

db.collection.aggregate([{$addFields:{content:{$cond:[{$eq:[{$type:"$content"},"array"]},{$trim:{input:{$reduce:{input:"$content",initialValue:"",in:{$concat:["$$value"," ","$$this"]}}}}},"$content"]}}},{$project:{heading:1,content:1,source:1,ticket_date:1,lang:1}},{$match:{ticket_date:{$gte:new Date("2020-11-24")}}}])

Result