Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-999

[FTS+SDK] Search Request to now include a "collections" setting

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Incomplete
    • Major
    • None
    • None
    • None
    • 1

    Description

      SDK will now need to support a new "collections" setting within an FTS search request.

      The "collections" attribute within the search request will need to accept an array of strings.

      Here's an example ..

      {
        "from": 0,
        "size": 10,
        "query": {
          "term": "text",
          "field": "fieldName"
        },
        "collections": [
          "collection1",
          "collection2"
        ]
      }

      Attachments

        Issue Links

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

          Activity

            People

              brett19 Brett Lawson
              abhinav Abhi Dangeti
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty