Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-7449

Inconsistent content for views in the same design document

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 2.0.1
    • 2.0
    • view-engine
    • Security Level: Public
    • None

    Description

      Steps to reproduce using the gamesim-sample database and the web console:

      1. display results of the playerlist view, it shows 10 items
      2. modify view leaderboard as:

      function (doc, meta) {
      if (meta.id.match(/Aaron/).length)

      { emit(doc.experience, null); }

      }

      3. display results of the leaderboard view; it shows three items
      4. again display the results of the playerlist view, it now shows only three items

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            schp schp
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty