Rails 3 jquery autocomplete for multiple search value from single field

Hii…

I am trying to search a multiple value from a single auto complete
textbox
using ‘rails 3 jquery autocomplete’ gem. can u plz help me out with the
solution.
What’s the right way to accomplish this? I’ve poked around for a while
and
I can’t figure it out. Thanks in advance,

Swapnil

On Thu, Jan 3, 2013 at 1:17 AM, swapnil bodhankar [email protected]
wrote:

I am trying to search a multiple value from a single auto complete textbox
using ‘rails 3 jquery autocomplete’ gem. can u plz help me out with the
solution.
What’s the right way to accomplish this? I’ve poked around for a while and I
can’t figure it out. Thanks in advance,

There is an example app that uses this and shows how it’s done:

Thanks mate!! I have referred these link, but, I have to search a
particular data using different fields in one single search textbox
which
can search a name as well as city. plz help.