Need suggestions on Autocomplete_path
Posted by computer_jin on January 1, 2009 at 7:00pm
Hi everyone,
This is a big issue with me in autocomplete i tried alot but didnt get any solution.
I am using '#autocomplete_path'=> 'search/ajax', in my form textfield , When i type t in textfield it gives me results related to the t
like:test,testing, talk, tour etc...
i am using two queries in my .inc file.And i have a combo box in my form i want to suggest results with the help of this combobox if business selected the autocomplete suggestions will work only for business and if product selected query will work for products..
