Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-9248

bucket.viewQuery should be async in the documentation

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • None
    • 3.1.x
    • None
    • None

    Description

      see https://github.com/couchbase/docs-sdk-nodejs/issues/146

      The docs for querying views shows this :
      {{var result = bucket.viewQuery('beers', 'by_name', { range:

      Unknown macro: { start}

      , limit: 10, })}}

      shouldn't be :
      {{var result = await bucket.viewQuery('beers', 'by_name', { range:

      Unknown macro: { start}

      , limit: 10, })}}
      ?

      Attachments

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

        Activity

          People

            hakim.cassimally Hakim Cassimally
            hakim.cassimally Hakim Cassimally
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty