typesense icon indicating copy to clipboard operation
typesense copied to clipboard

[Feature request] Support UPSERT by query

Open Mat-moran opened this issue 1 year ago • 1 comments

Description

Now it is not possible to UPSERT by query, only is possible to upsert based on id.

Steps to reproduce

Try do upsert documents by query using a field different that the id.

Metadata

Typesense Version: 0.26

OS: REST API Endpoint

Mat-moran avatar May 06 '24 15:05 Mat-moran

You can use update by query to upsert document by other fields. do check here for more details, https://typesense.org/docs/26.0/api/documents.html#update-by-query

krunal1313 avatar Jun 06 '24 10:06 krunal1313