We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5f93 commit 5d78583Copy full SHA for 5d78583
src/collection.ts
@@ -725,7 +725,7 @@ export type CollectionImportOptions = {
725
*/
726
waitForSync?: boolean;
727
/**
728
- * Controls behavior when a unique constraint is violated.
+ * Controls behavior when a unique constraint is violated on the document key.
729
*
730
* * `"error"`: the document will not be imported.
731
* * `"update`: the document will be merged into the existing document.
0 commit comments