Updating Multiple Documents Based on Filters in Typesense
TLDR Priyank asked how to update multiple documents based on filters. Kishore Nallan confirmed it's coming in next week's build but is accessible in Typesense Cloud now and provided documentation. Babin requested for documentation.
1
Jan 27, 2023 (8 months ago)
Priyank
09:17 AMKishore Nallan
09:37 AMupdate where
which will do what you want, but we haven't published that build yet. If you are Typesense Cloud, I can make that build available for your account. If not, we will be publishing it next week.1
Mar 17, 2023 (7 months ago)
Babin
02:15 AMKishore Nallan
04:41 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Multiple Update in Typesense
Nikunj requested info on multiple updates in typesense, which Dima answered with a link for bulk import.
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.
Updating Multiple Records with Typesense
Shabber wanted to update multiple records based on ids. Kishore Nallan suggested using the import endpoint with 'update' action mode and provided examples.