catch-all(?) route problem

Hey guys,

I am still having some difficulties grasping some parts of Rails 2.0.2 routing… For example, I have a route like this:

map.connect ‘*path’, :controller => ‘search’

so how come I keep getting this:

No route matches {:action=>"auto_complete_for_stock_company_name"}
Any ideas? 
Cheers,
Peter