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

N1QL Search queries that involve verification fail when "fields" are included in the search request

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • Unknown

    Description

      SELECT meta() from `travel-sample` as t
      WHERE SEARCH(t, {"query": {"query": "travel"}, "fields": ["*"]})
      LIMIT 1; 

      [
        {
          "code": 5000,
          "msg": "n1fty: search failed - cause: index read inconsistency detected",
          "query": "SELECT meta() from `travel-sample` as t\nWHERE SEARCH(t, {\"query\": {\"query\": \"travel\"}, \"fields\": [\"*\"]})\nLIMIT 1;"
        }
      ] 

      This issue is seen only in validation with blevesearch/sear.

      Attachments

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

        Activity

          People

            abhinav Abhi Dangeti
            abhinav Abhi Dangeti
            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