Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: search/data-plane/Microsoft.Azure.Search.Data #4757

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"title": "SearchIndexClient",
"description": "Client that can be used to query an Azure Search index and upload, merge, or delete documents.",
"version": "2017-11-11-Preview",
"x-ms-code-generation-settings": {
"x-ms-code-generation-settings": {
"useDateTimeOffset": true,
"syncMethods": "None"
}
"syncMethods": "None"
}
},
"x-ms-parameterized-host": {
"hostTemplate": "https://{searchServiceName}.{searchDnsSuffix}/indexes('{indexName}')",
Expand Down Expand Up @@ -105,7 +105,7 @@
"twoTerms",
"oneTermWithContext"
],
"x-ms-enum": {
"x-ms-enum": {
"name": "AutocompleteMode",
"modelAsString": false
},
Expand Down Expand Up @@ -193,15 +193,15 @@
"operationId": "DocumentsProxy_AutocompletePost",
"x-ms-examples": {
"SearchIndexPostAutocomplete": { "$ref": "./examples/SearchIndexPostAutocomplete.json" }
},
"description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.",
},
"description": "Autocompletes incomplete query terms based on input text and matching terms in the Azure Search index.",
"parameters": [
{
"$ref": "#/parameters/ClientRequestIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
},
{
"name": "AutocompleteRequest",
"in": "body",
Expand All @@ -224,7 +224,6 @@
}
}
}

}
},
"definitions": {
Expand Down Expand Up @@ -460,7 +459,7 @@
}
},
"description": "Parameters for filtering, sorting, fuzzy matching, and other suggestions query behaviors."
},
},
"AutocompleteRequest": {
"properties": {
"search": {
Expand Down Expand Up @@ -505,7 +504,7 @@
}
},
"description": "Parameters for fuzzy matching, and other autocomplete query behaviors."
},
},
"AutocompleteResult" : {
"properties": {
"value": {
Expand All @@ -518,7 +517,7 @@
"x-ms-client-name": "Results"
}
},
"description": "The result of Autocomlete query."
"description": "The result of Autocomplete query."
},
"AutocompleteItem": {
"properties": {
Expand Down