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

Geospatial result not updating example doc

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.0.0
    • 4.0.0
    • spatial, UI
    • Security Level: Public
    • None
    • Untriaged
    • Unknown

    Description

      Sherlock Build 1891 (Debian 7)

      I wrote a geo query against the new travel sample bucket

      function(doc, meta)
      {
        if (doc.type == 'airport'){
               emit(
                {
                   type: "Point",
                   coordinates: [doc.geo.lat,doc.geo.lon],
                },
                [meta.id, doc.title]);
      }
      }
      

      I then query this with a bounding box of -180,-90,0,0

      Clicking on one of the resulting airports doesn't update the example doc at the top as it does for standard MapReduce query results.

      Attachments

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

        Activity

          People

            pavel Pavel Blagodov
            ianmccloy Ian McCloy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty