Skip to content

Conversation

@dragonfly91
Copy link

RI from release into csm-master

bgold09 and others added 7 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
FI from csm-master into release
RI from upstream/master into origin/release
dragonfly91 pushed a commit that referenced this pull request Aug 24, 2015
RI from release into csm-master
@dragonfly91 dragonfly91 merged commit 8585bba into csm-master Aug 24, 2015
dragonfly91 pushed a commit that referenced this pull request Oct 6, 2015
Support HWX private version like 3.2-hwx-trunk
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.

5 participants