Rob Lee wrote:

> 
> Item.more_like_this(:field_names => [:title, :description, :status],
> :append_to_query => Proc .... )
> 

I don't mean to be nitpicky but more_like_this is an instance method not 
a class method. This has come up for me because more_like_this does not 
work for unsaved records in the current AAF which doesn't mesh with the 
rails convention of creating a new active record object to store user 
query params. I'd like to make a regular rails form using a blank object 
and then call more_like_this on that object to do a search.


-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to