Query by reference returns only 1 result

I have a list of Book records that each have a `team` property of `reference` type.

The Book record has `team` property set as a `queryable` index.

I can see on the dashboard that one particular team has many books referenced to it.

But when I query the books setting a filter as `team = team_id`, I only get a single book as a result.

This happens both on the device and the dashboard.

And its reproduable on all the teams.


Its only happenign in Production. Correct results are returned in development.

All changes have been deployed to Production.


I would appreciate if anyone could give any clues on what else I can try. I have been at it for a day now.

I would report a bug if nothings comes of it, here.


Thanks