Json – LoopBackJS 3 – Problem with query – Exact ids of Array of objects
How to get conversations that have exact matching ids in the "conversation_members" array using Loopback? I have a collection in Loopback with the following structure: "conversation" : [ { "id": "e03e8b6b-725a-44aa-8181-56cdcebe9a45", "created_at": "2023-02-02T21:38:22.633Z", "conversation_name": "My Conversation", "is_group": true, "created_by": {…