algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

New Documents Added When Adding Field To Preexisting Documents #35

Closed PeterCardenas closed 3 years ago

PeterCardenas commented 3 years ago

We recently ran a script to add a field to all pre-existing documents, and even though this field was not part of the indexable fields list, documents that were previously not in the index were added to it. We would like only for documents to be added to the index if they have all the indexable fields, and only if the indexable fields have changed.

smomin commented 3 years ago

Hey Peter, I will look into this later this week.

PeterCardenas commented 3 years ago

Thank you so much Sajid!