what is the proper incantation to make this actually post asynchronously?
form_tag :controller => :magic, :action => :search, :method => post, :remote => true do
method=post and remote=true just get squashed on the end of the url instead of actually making it an ajax post.