picky

https://github.com/floere/picky

HTML

Picky is an easy to use and fast Ruby semantic search engine that helps your users find what they are looking for.

Picky::Convenience#ids

Returns the topmost n results.
(Note that not all ids are returned with the results. By default only maximally 20.)

=== Parameters
* limit: The amount of ids to return. Default is all of them.

Source | Google | Stack overflow

Edit

git clone [email protected]:floere/picky.git

cd picky

open client/lib/picky-client/convenience.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Picky--Convenience-ids-for-pr


# Commit to git

git add client/lib/picky-client/convenience.rbgit commit -m "better docs for Picky::Convenience#ids"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Picky--Convenience-ids-for-pr

hub pull-request


# Celebrate!