Sha256: b00d074c9aeb8cf60d30ac019eaa04ccbb0688020d2e6ca21ff5900d4b86857c

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

= Mysql Simple Fulltext

MysqlSimpleFulltext lets you make simple MySQL fulltext searches a simple way without writing SQL queries in your ActiveRecord.

== Getting started

Currently publishing the gem.

== In your model

Setup your fulltext search

  search_with_simple_fulltext [:title, :content]

Generate your migration file

  rails generate mysql_symple_fulltext:migration Post

  rake db:migrate

Search !

  Post.fulltext_search("Lorem Ipsum")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mysql_simple_fulltext-0.0.1 README.rdoc