Priyank Patil
02/06/2023, 11:40 AMKishore Nallan
02/06/2023, 11:55 AMreturn_id=true
to the import API as GET parameter. Every row in the import response will now contain the id
of the document imported. You can use this for future updates.Priyank Patil
02/06/2023, 11:56 AMPriyank Patil
02/06/2023, 11:57 AMPriyank Patil
02/06/2023, 11:57 AMconst ids = await TypesenseClient.collections("listing")
.documents()
.import(servicesForTypesense, { action: "create", return_ids: "true" });
Kishore Nallan
02/06/2023, 11:57 AMreturn_id
(singular) but otherwise correct