Newbie question geting info back out of autocomplete field

It should be available as params[:article][:contains].

Look at your development log file. Every request shows the params being used, so you can see exactly where this particular piece of data is hiding.

-- James