Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2990

Subdocs LookupIn.Exists doc or sdk bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • backlog-3.0
    • 3.2.3
    • library
    • None
    • 1

    Description

      https://docs.couchbase.com/dotnet-sdk/current/howtos/subdocument-operations.html

      This is incorrect:

      LookupInResult has an Exists method, but this should not be confused with the exists operation . The Exists method is used to check if anything was returned by the server for a given operation. The result of the exists operation should be checked with ContentAs<bool>(index) , as in the example.

      It should be: The result of the exists operation should be checked with Exists() (index) , as in the example OR its an SDK bug and needs to be fixed!

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty