CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Search API not working #116

Closed Kapeli closed 6 years ago

Kapeli commented 6 years ago

The search API seems to not be working anymore (e.g. http://search.cocoapods.org/api/v1/pods.flat.hash.json?query=name:AFNetworking)

This URL seems to be working: http://aws-search.cocoapods.org/api/v1/pods.flat.hash.json?query=name:AFNetworking

Should I be using aws-search.cocoapods.org instead of search.cocoapods.org?

Could search.cocoapods.org be made to point to aws-search.cocoapods.org? The URL is hardcoded in Dash.

orta commented 6 years ago

We've been giving the AWS version a transition period, I think it makes sense to do change the DNS back to point to that - opinions @DanToml ?

endocrimes commented 6 years ago

@orta let's do it

Kapeli commented 6 years ago

Any ETA on this? If it's not a quick fix, please let me know so I can fix things from Dash's end.

orta commented 6 years ago

Good timing, just did it

orta commented 6 years ago

DNS should be re-directing both search and search-aws to our AWS instance now

Kapeli commented 6 years ago

Working again. Thank you! 👍