how do you get ids of newly created documents usi...
# community-help
p
how do you get ids of newly created documents using import ?
Copy code
const ids = await TypesenseClient.collections("listing")
    .documents()
    .import(servicesForTypesense, { action: "create", return_ids: "true" });