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

[Azure Search] Add URL encode + decode field mapping functions #7126

Merged
merged 4 commits into from
Aug 8, 2019

Conversation

arv100kri
Copy link
Member

Add the urlEncode and urlDecode field mapping functions, that were recently added to the back end service. These are not swagger reliant and are wholly introduced via customizations

Copy link

@Careyjmac Careyjmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly don't know too much about this specific change, but overall it looks good to me.

Copy link
Member

@brjohnstmsft brjohnstmsft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should find a platform-independent way to describe the functionality of these field mapping functions. While in this case it's .NET developers reading the docs, what about for our future Java SDK? I would argue we shouldn't be leaking implementation details of our REST API in SDK docs.

@arv100kri
Copy link
Member Author

We should find a platform-independent way to describe the functionality of these field mapping functions. While in this case it's .NET developers reading the docs, what about for our future Java SDK? I would argue we shouldn't be leaking implementation details of our REST API in SDK docs.

Fixed in the latest commit!

@weshaggard weshaggard merged commit b315e12 into Azure:master Aug 8, 2019
pull bot pushed a commit to test-repo-billy/azure-sdk-for-net that referenced this pull request Aug 8, 2019
…#7126)

* Add URL encode + decode mapping functions

* Update tests

* Update session records for all IndexerTests

* Update doc comments
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