You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one model session. which include patientId and doctorId filed. I want to query data that match patient name. suppose patient name is xyz, it should return all session which contains patient name.
Another collection is tests. which have belongs to property to session id. filtering query for specific date is so complicated.
if I include session and do filtering to session. it's working is unpredictable. if session not match criteria for perticular date. only mongodb id of that session will be returned.
Additionally query data that include a doctor and patient. please look at problem and suggest what to do. is there problem in my side or it's loopback 4 limitations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have one model session. which include patientId and doctorId filed. I want to query data that match patient name. suppose patient name is xyz, it should return all session which contains patient name.
Another collection is tests. which have belongs to property to session id. filtering query for specific date is so complicated.
if I include session and do filtering to session. it's working is unpredictable. if session not match criteria for perticular date. only mongodb id of that session will be returned.
Additionally query data that include a doctor and patient. please look at problem and suggest what to do. is there problem in my side or it's loopback 4 limitations.
Beta Was this translation helpful? Give feedback.
All reactions