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

filter results under views tab in the admin UI does not display start_range and end_range for spatial queries

    XMLWordPrintable

Details

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

    Description

      under the view tab, create a spatial view on beer-sample
      function (doc) {
      emit([

      { "type": "Point", "coordinates":[doc.geo.lat, doc.geo.lon] }

      ], null);

      }

      look under filter results to test out the view. the drop down only contains bbox argument. spatial view argument for start_range and end_range are not displayed. even thought they can be substituted, start and end range can be used for cases extending beyond spatial queries so will be useful to add.

      Attachments

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

        Activity

          People

            pavel Pavel Blagodov
            cihan Cihan Biyikoglu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty