Ruby on Rails Wednesday, June 30, 2010

Max Williams wrote:
> Thanks Marnen but i don't want to switch from mysql to postgres right
> now.

Then you'll have to put your full-text-indexable field in a MyISAM
table. Yuck. You can do it, but switching to Postgres will give you
fewer problems. (Postgres has numerous other advantages too.)

> Can anyone actually recommend a search plugin rather than telling
> me i don't need one?

Why? IMHO you're just making your life harder by asking for what
appears to be an unnecessary tool. If you think I'm wrong, please
explain why you believe you need one in light of what's already been
suggested in this thread.

Best,
-- 
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org

Sent from my iPhone
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment