Hi all, is anyone able to perform an "update by qu...
# community-help
s
Hi all, is anyone able to perform an "update by query" on a document using javascript? I'm using the typesense npm package and following the documentation, but I get an error:
RequestMalformed: Request failed with HTTP code 400 | Server said: For update, the id key must be provided.
This is probably because the documentation species to use .documents() without anything in the parenthesis.... Did I misunderstand this?
j
To close the loop on this, this is fixed in
v01.7.2
of typesense-js