Skip to content

Inconsistency in definition of SearchDocumentsResult->"@search.answers" #13848

Open
@Mohit-Chakraborty

Description

@Mohit-Chakraborty

The spec defines SearchDocumentsResult.Answers property as a dictionary.

        "@search.answers": {
          "type": "object",
          "additionalProperties": {
            "type": "array",
            "items": {
              "$ref": "#/definitions/AnswerResult"
            }
          },

However, the response has it as an array of AnswerResult objects -

The documentation that shows the response Json also clarifies that.

Metadata

Metadata

Assignees

Labels

SearchService AttentionWorkflow: This issue is responsible by Azure service team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions