algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

Subcollection as Indexable Field? #147

Closed epleaner closed 1 year ago

epleaner commented 1 year ago

Hello,

I am indexing a few document-level fields and would also like to include data from a subcollection within the documents being indexed. Is this possible? I can't find any documentation.

smomin commented 1 year ago

No, this is not possible at this time. The extension only monitors the defined collection. However, you might be able to use the transform function to enrich the record.