Picky::Vietnamese
Vietnamese substituter for Picky search engine (Remove all diacritics) NOTE: Lower case all letters for now
Installation
Add this line to your application's Gemfile:
gem 'picky-vietnamese'
And then execute:
$ bundle
Or install it yourself as:
$ gem install picky-vietnamese
Usage
Add this to index and/or search config for Vietnamese diacritic support
substitutes_characters_with: Picky::Vietnamese::Substituter.new
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request