Why is the query returning an empty array?

Hi @matheusnogueira
unfortunately, the syntax you referred to didn’t work.
But I tried to change my query for the topic.

// it works
{ "topic.id": { $eq: "..." } }

// it doesn't work 
{ "topic": { id: { $eq: "..." } } }

2 Likes