Closed Mawizzler closed 1 year ago
no, the path field is required. but just in case, can you provide visual for me to review.
My document has a field called 'path' and I can't even use a transform function to change it before sending it to algolia because it gets overwritten with the collection path by the extension. Any ideas on how I could fix this?
Based on the code, you should be able to change the path field in the Transform function. The entire payload is sent to the Transform function and the result is what gets used in Algolia. Can you provide details on the Transform function?
Is it possible to opt out of the creation of the path field because my collection contains a field called path and currently gets overwritten by the script with the firestore document path?