Hi Guys, I think we should support bulk `patch-up...
# random
a
Hi Guys, I think we should support bulk
patch-update
API. Right now I can update an attribute of one
row
at a time. Using
PATCH
API:
Copy code
PATCH ${TYPESENSE_HOST}/collections/:collection/documents/:id
And we have other option to update using
Copy code
/collections/products/documents/import?action=upsert
But the problem with the 2nd option is, we need to send all the attributes. Not just changed ones.
j
There’s
action=emplace
using which you can send partial attributes
👀 1
a
Is this a new release/feature?
j
0.24.1 is a new release as of yesterday. But emplace has been around since 0.23.1
👍 1