#community-help

Bulk Updating of Record Values in Typesense

TLDR Phillip inquired about the possibility of bulk updating in Typesense. robert confirmed it's possible using .import(docs, { mode: 'upsert' }) from the API.

Powered by Struct AI

1

1

arrow_up

1

2
12mo
Solved
Join the chat
Oct 19, 2022 (12 months ago)
Phillip
Photo of md5-3d8346de287401da0aaa8b11cddb1db7
Phillip
10:37 PM
Is there any way to do a bulk update of record values in Typesense? It doesn’t look like it from the docs but wanted to check.
robert
Photo of md5-0ca37054c6c9042aa04fcfb92cc7d99c
robert
10:59 PM
Yes. .import(docs, { mode: 'upsert' }) if i recall from the api

1

1

arrow_up

1