@search.answer_like_any = params[:search][:answer_like_any].split(" ")
I know that's not ideal, but at the same time a search like that should really leverage some other kind of search technology or tool. Some databases have full text support built in. If yours does, try creating a named scope for it and just use that. For something more complex you might look at thinking sphinx or something along those lines.
Hope this helps.
Ben Johnson
Binary Logic
W: www.binarylogic.com
E: bjoh...@binarylogic.com
> --
>
> You received this message because you are subscribed to the Google Groups "Searchlogic" group.
> To post to this group, send email to searc...@googlegroups.com.
> To unsubscribe from this group, send email to searchlogic...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/searchlogic?hl=en.
>
>