Bulk Updating Records via Query in Typesense
TLDR Greg inquired about bulk updating records in Typesense using a query but Jason clarified that it's not possible, instead suggesting a method to get document IDs for updates.
Nov 15, 2022 (13 months ago)
Greg
08:34 PMJason
08:35 PMGreg
08:36 PMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
Bulk Updating of Record Values in Typesense
Phillip inquired about the possibility of bulk updating in Typesense. robert confirmed it's possible using .import(docs, { mode: 'upsert' }) from the API.
Querying and Updating Specific Documents in Client Collections
Philipe inquired about updating documents using a query. Kishore Nallan said it's not possible yet, requested a Github issue to incorporate it into their roadmap.
Adding and Updating Collections in Typesense Server
sonu asked about methods to add and update collections in a Typesense server. Jason advised that documents can be added individually or in bulk, and updates can be batched using the import function, even with a small React app with a MySQL database.