Hello.
I've been having a problem for a few days that is driving me crazy.
I've had a problem with the fields that Algolia returns in my searches for a few days (it used to work fine).
I have this collection in Firestore:
Products:
- Product: String
- Color: String
- Units: Integer
- Brand: data(brandType)
brandType:
- brandName: String
- brandReference: Doc Reference(brands)
There are many more fields but to show the problem it is enough.
This collection is indexed in Algola correctly and when I searched it got all the results correctly until a few days ago.
For a few days now (I estimate that around the release of the FF v4 version), the data types are not accessible.
I haven't touched anything on the page where the algolia search was running but as I say, the fields that are data type cannot be read.
I have tried creating a new page programming everything from the beginning, but nothing. Whatever you do, it does not return results for the data type fields.
Has this happened to anyone else?
Could you give me a clue as to what might be happening?
Thank you very much in advance.