Skip to content

Change Typesense action mode to emplace when import documents#936

Merged
taylorotwell merged 1 commit into
laravel:10.xfrom
SoongMingLiang:feat/typesense-import-document-action-emplace
Aug 12, 2025
Merged

Change Typesense action mode to emplace when import documents#936
taylorotwell merged 1 commit into
laravel:10.xfrom
SoongMingLiang:feat/typesense-import-document-action-emplace

Conversation

@SoongMingLiang

Copy link
Copy Markdown
Contributor

This PR changes the action mode to emplace when importing documents to Typesense. This is useful to make sure data will not be overwritten when user have other fields in Typesense that is managed seperately (like externally generated embeddings).

Related documentation:
https://typesense.org/docs/29.0/api/documents.html#action-modes-create-upsert-update-emplace

This PR changes the action mode to emplace when importing documents to Typesense. This is useful to make sure data will not be overwritten when user have other fields in Typesense that is managed seperately (like externally generated embeddings).

Related documentation:
https://typesense.org/docs/29.0/api/documents.html#action-modes-create-upsert-update-emplace
@taylorotwell taylorotwell merged commit 14ebad0 into laravel:10.x Aug 12, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants