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

CocoaPods Keywords #5

Closed
AliSoftware opened this issue Oct 8, 2015 · 11 comments
Closed

CocoaPods Keywords #5

AliSoftware opened this issue Oct 8, 2015 · 11 comments

Comments

@AliSoftware
Copy link

When I'm searching for MVVM on cocoapods.org, RxViewModel doesn't show up.

Adding that keyword somewhere in your podspec description might help discoverability 😉

@esttorhe
Copy link
Member

esttorhe commented Oct 8, 2015

Definitely; actually Orta commented about it but related to the README; hence #4

But I think improving discoverability is a top priority.
i'm going to muster something better for the pod description.

Thanks 🙇

@AliSoftware
Copy link
Author

💃

@esttorhe
Copy link
Member

esttorhe commented Oct 8, 2015

I think I failed :(

Looks like it only searches on the summary and I updated the description ¯_(ツ)_/¯

@AliSoftware
Copy link
Author

Haha damn

esttorhe added a commit that referenced this issue Oct 8, 2015
@esttorhe
Copy link
Member

esttorhe commented Oct 8, 2015

and failed again… even updated the summary :(

@AliSoftware
Copy link
Author

Mmmmh starting to feel strange, it should use at least summary keywords.

Maybe that's because you used backticks and those are not properly lemmatized by the search engine?

Maybe you forgot to light a candle and sacrifice a 🐓 while singing around the 🔥 ?
(Probably time to invoke our shamans 🎋 @orta or @floere to solve this mystery)

@AliSoftware
Copy link
Author

Wait, why are you saying it failed again? It's actually even the top result!
rxviewmodel

@esttorhe
Copy link
Member

esttorhe commented Oct 8, 2015

ahhhh; I was looking from terminal

 ~/Code/…/   v0.5.0  be pod search mvvm


-> DCHMVVMKit (0.0.3)
   A MVVM develop kit for Objective-C.
   pod 'DCHMVVMKit', '~> 0.0.3'
   - Homepage: https://github.com/seraphcxl/DCHMVVMKit
   - Source:   https://github.com/seraphcxl/DCHMVVMKit.git
   - Versions: 0.0.3, 0.0.2, 0.0.1 [master repo]

@AliSoftware
Copy link
Author

The pod search command only searches (1) locally, using the podspecs cloned in your ~/.cocoapods/repos/ and (2) only in the pod name iirc

To use the local search but also search in the description, use pod search --full. This extends the search to summary and description (and maybe even author, not sure)

To use the web search, that calls the search API and let the server do its search algorithm remotely and return the result instead of doing a local search, use pod search --web

@esttorhe
Copy link
Member

esttorhe commented Oct 8, 2015

ahhhhhhh thanks for the lesson on the API and the CLI tool :)
much appreciated 🙇

@floere
Copy link

floere commented Oct 8, 2015

@AliSoftware Nice explanation 😊
@esttorhe Glad it worked in the end 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants