Mongodb – mongoose find query based on priority
I have a studentsubject schema. Properties are subject_id,student_id,class_id So my usecase is i want to find the one student where class_id, student_id matches. Subject id is optional. Means if subject id is present with that student and class id ,…