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::Interfaces::LiveParameters::MasterChild#parameters
Updates any parameters with the ones given and returns the updated params. The params are a strictly defined hash of: * querying_removes_characters: Regexp * querying_stopwords: Regexp * querying_splits_text_on: Regexp This first tries to update in the child process, and if successful, in the parent process
Edit
git clone [email protected]:floere/picky.git
cd picky
open server/lib/picky/interfaces/live_parameters/master_child.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Picky--Interfaces--LiveParameters--MasterChild-parameters-for-pr
# Commit to gitgit add server/lib/picky/interfaces/live_parameters/master_child.rbgit commit -m "better docs for Picky::Interfaces::LiveParameters::MasterChild#parameters"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Picky--Interfaces--LiveParameters--MasterChild-parameters-for-pr
hub pull-request
# Celebrate!