Hello, I have a index. I am querying something specific by email. There is more than one document related to this e-mail, but only one of them returns when I query. How can I retrieve all documents linked to the same email with a filter like email?
Please include the query you are trying to use as well. It sounds like you might be using Get() instead of Paginate(), but it’s hard to tell without the index definition and query.