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

modify brewery_beers view design doc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Blocker
    • 2.0-beta-2
    • None
    • tools
    • Security Level: Public
    • None

    Description

      function(doc, meta) {
      switch(doc.type)

      { case "brewery": emit([meta.id]); break; case "beer": emit([doc.brewery_id, meta.id]); break; }

      }

      change it to something that emits better data.

      assigning this to Matt

      Attachments

        For Gerrit Dashboard: MB-6675
        # Subject Branch Project Status CR V

        Activity

          People

            avsej Sergey Avseyev
            farshid Farshid Ghods (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty