You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sinks.cue, the only_fields and except_fields have the same description. This change fixes the description to show the correct function.
In elasticsearch.cue, i've added a clarification that the operation will not update the document, but replace it. Usually updates will "patch" a partial document, but the index action replaces the full document, so if a partial document is sent, it will overwrite the existing one.
Fix a broken link in CONTRIBUTING.md
The text was updated successfully, but these errors were encountered:
In sinks.cue, the
only_fields
andexcept_fields
have the same description. This change fixes the description to show the correct function.In elasticsearch.cue, i've added a clarification that the operation will not update the document, but replace it. Usually updates will "patch" a partial document, but the
index
action replaces the full document, so if a partial document is sent, it will overwrite the existing one.Fix a broken link in CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: