algolia / firestore-algolia-search

Apache License 2.0
108 stars 33 forks source link

ExecuteIndexOperation of delete does not work w/ altObjectId #210

Closed SeokyoungYou closed 1 month ago

SeokyoungYou commented 1 month ago

I added (path) to altObjectID in Firebase Extension.

Unfortunately, create and update operations are working well but delete operation is not working because the index is deleted by doc.id.

smomin commented 1 month ago

hey @SeokyoungYou

Go ahead and test this RC which has the code changes, https://console.firebase.google.com/project/_/extensions/install?ref=algolia/firestore-algolia-search@1.2.4-rc.0)

SeokyoungYou commented 1 month ago

@smomin Thanks. It works well. Could I know when 1.2.4 version will be updated?

smomin commented 1 month ago

I am releasing the extension with this change.

SeokyoungYou commented 1 month ago

@smomin I am only visible version 1.2.2 in Firebase console. How could I access v1.2.4?

smomin commented 1 month ago

It’s not released yet.  Firebase team is reviewing it.Sent from my iPhoneOn May 8, 2024, at 4:50 PM, Quartz (Seokyoung You) @.***> wrote: @smomin I am only visible version 1.2.2 in Firebase console. How could I access v1.2.4?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

SeokyoungYou commented 1 month ago

Thanks!