algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

fix: delete aloglia index handling altObjectId #209

Closed SeokyoungYou closed 4 months ago

SeokyoungYou commented 4 months ago

When I use altObjectId, create and update operations are working well but delete operation is not working. So I fix index.deleteObject to get objectID that handle altObjectID.

smomin commented 4 months ago

I have implemented this on another branch.