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

Make NuGet OData search case-insensitive #1775

Merged
merged 1 commit into from
Jun 30, 2016
Merged

Conversation

trondd
Copy link
Contributor

@trondd trondd commented Jun 30, 2016

The original code would use the package name as the search argument, which casued the following URL to return no packages:

https://www.nuget.org/api/v2/Packages?$filter=Id%20eq%20%27Log4Net%27

The original code would use the package name as the search argument, which casued the following URL to return no packages:

https://www.nuget.org/api/v2/Packages?$filter=Id%20eq%20%27Log4Net%27
@forki forki merged commit fd30358 into fsprojects:master Jun 30, 2016
@forki
Copy link
Member

forki commented Jun 30, 2016

thanks

@trondd
Copy link
Contributor Author

trondd commented Jun 30, 2016

Did you notice that the Mono build was red?

@forki
Copy link
Member

forki commented Jun 30, 2016

Yes. That's unrelated, right? Need to investigate tomorrow.
On Jun 30, 2016 6:58 PM, "Trond Danielsen" [email protected] wrote:

Did you notice that the Mono build was red?


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#1775 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AADgNAucTFD0k7s-94NuJzzmLv7sKxMfks5qQ_WugaJpZM4JB6Tp
.

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.

2 participants