-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to have multi column search? #163
Comments
Hi, |
Thanks a lot for advice. |
Try putting this line in your Gemfile: gem 'rails3-jquery-autocomplete', git: "git://github.com/guiloyins/rails3-jquery-autocomplete.git" |
thanks a lot! |
Is there any chance of this getting pulled into this fork? It's great functionality. |
I second brycesenz. |
We are working in bringing this feature into the gem, currently there are many pull requests addressing this same issue, the best one will be merged. |
Is there any update on this? |
@panmari The way I typically do this is to just override the There is an example you can refer to on stack overflow for a basic example. http://stackoverflow.com/questions/18716999/customize-list-from-rails3-jquery-autocomplete/18717327#18717327 I'm planning to merge the changes from the branch listed here into the next release, but I'm doing some pretty major overhauls to this gem right now so I would say just using the |
I actually already have a working solution on my fork, but would like to change back to the main gem at some point. Thanks for your efforts :) |
Is this feature done? |
Currently Is there a way to have multi column search?
Thanks.
The text was updated successfully, but these errors were encountered: