-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: Verify escaping when splitting OData $select, etc. #10600
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Search
Milestone
Comments
|
This might only be a problem for |
26 tasks
17 tasks
15 tasks
tg-msft
added a commit
to tg-msft/azure-sdk-for-net
that referenced
this issue
Jun 25, 2020
Fixes Azure#10600 - it only affects OrderBy per https://docs.microsoft.com/en-us/azure/search/search-query-odata-syntax-reference
tg-msft
added a commit
to tg-msft/azure-sdk-for-net
that referenced
this issue
Jul 1, 2020
This was referenced Jul 1, 2020
Associating with #13150 to decide how to handle the broader question. |
tg-msft
added a commit
that referenced
this issue
Jul 1, 2020
prmathur-microsoft
pushed a commit
that referenced
this issue
Jul 8, 2020
We've decided to solve continuation tokens differently and won't be making this change. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Search
We turn comma separated strings of OData values into collections and need to verify that we don't accidentally split a value that should be escaped.
The text was updated successfully, but these errors were encountered: