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::Results::ExactFirst.extended
Installs the exact first on the given category or on the categories of the index, if an index is given. THINK Can we unextend in the case it is an index?
Edit
git clone [email protected]:floere/picky.git
cd picky
open server/lib/picky/results/exact_first.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Picky--Results--ExactFirst-extended-for-pr
# Commit to gitgit add server/lib/picky/results/exact_first.rbgit commit -m "better docs for Picky::Results::ExactFirst.extended"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Picky--Results--ExactFirst-extended-for-pr
hub pull-request
# Celebrate!