Skip to content

Conversation

@dragonfly91
Copy link

RI from upstream/master into origin/release

bgold09 and others added 5 commits August 17, 2015 17:27
This is not a breaking change since the client is case-insensitive; the
change needs to be made since the SDK object model is used to verify the
content of Data Factory JSON schemas and schemas are case-sensitive.
* change CustomDataSet to CustomDataset
* change PropertyDataType.DateTime from DateTime to Datetime
The Azure Search REST API now supports making Search and Suggest requests
using HTTP POST instead of GET. Some customers have very large queries that
won't fit on the URL query string. POST gives them the choice to put their
queries in the request body instead.

This PR changes the behavior of the Search SDK to use POST instead of GET for
Search and Suggest calls, unless the caller sets the UseHttpGetForQueries
property on ISearchIndexClient. It also splits SearchTests and SuggestTests
into separate derived classes that exercise both POST and GET variations. This
required re-recording all the mock session records.
Search SDK: Add POST support to Search and Suggest
match casing of types that the service returns
dragonfly91 pushed a commit that referenced this pull request Aug 21, 2015
RI from upstream/master into origin/release
@dragonfly91 dragonfly91 merged commit 1f9547e into MabOneSdk:release Aug 21, 2015
dragonfly91 pushed a commit that referenced this pull request Oct 6, 2015
fix issue Azure#987 where multiple of fixed schema show up on the same record...
dragonfly91 pushed a commit that referenced this pull request Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants