skip to Main Content

Check for missing field or null value in mongoDB atlas

I am using mongodb atlas for full text search. My sample collection looks like this : { "_id": "62fdfd7518da050007f035c5", "expiryDate": "2022-08-18T23:59:59+05:30", "arrayField" : ['abc', 'def', 'ghi', 'jkl'] }, { "_id": "62fdfd7518da050007f035c6", "expiryDate": null, "arrayField" : ['abc','jkl'] }, { "_id": "62fdfd7518da050007f035c7",…

VIEW QUESTION
Back To Top
Search