Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description acts_as_searchable with similarity search feature.
Description acts_as_searchable is one of the most useful plugins which's enabling us to add a fulltext search feature to our models/resources easily. Unfortunately, it is lacking an interface to the features of searching by similarity which's provided by HyperEstraier. So I wrote some codes to add an interface which's to exploit it. This is acts\_as\_searchable\_with\_similarity. **How to use?** class Article < ActiveRecord::Base acts_as_searchable end Article.similarity_search(target_article, :limit => 5)
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions