CocoaPods / cocoapods.org

That website https://cocoapods.org/ - pretty useful
53 stars 44 forks source link

chore: Update capabilities of the search #363

Closed Haroenv closed 6 years ago

Haroenv commented 6 years ago

Doing this update now, so it's already deployed before we add the new search

PS. how did we used to get the keywords? I don't seem to see that in any of the json tables

(I guess it would also be nice if I'd have push access to this repo, but not essential since it can be forked)

orta commented 6 years ago

👍

orta commented 6 years ago

I'm ok with you pushing to master on indexer before it's in prod, but I'm less ok with not using PRs on mature codebases, happy to give you push access though 👍

orta commented 6 years ago

Keywords were stored in searche code: https://github.com/CocoaPods/search.cocoapods.org/blob/master/lib/models/pod.rb#L400

Haroenv commented 6 years ago

Ah cool, we'll be able to replicate that in the indexer