Skip to content
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

Open
drobazko opened this issue Jun 21, 2012 · 11 comments
Open

Is there a way to have multi column search? #163

drobazko opened this issue Jun 21, 2012 · 11 comments

Comments

@drobazko
Copy link

Currently Is there a way to have multi column search?

Thanks.

@guiloyins
Copy link

@drobazko
Copy link
Author

Thanks a lot for advice.
Could you help me with installation of that git fork?
If I am installing that with gem install rails3-jquery-autocomplete I am getting that with original functionality (without multi search). How Can I install your fork (with multi search)?
Thanks.

@guiloyins
Copy link

Try putting this line in your Gemfile:

gem 'rails3-jquery-autocomplete', git: "git://github.com/guiloyins/rails3-jquery-autocomplete.git"

@drobazko
Copy link
Author

thanks a lot!

@brycesenz
Copy link

Is there any chance of this getting pulled into this fork? It's great functionality.

@Kevin-North
Copy link

I second brycesenz.

@manusajith
Copy link
Member

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.

@panmari
Copy link

panmari commented Jan 21, 2015

Is there any update on this?

@bigtunacan
Copy link
Contributor

@panmari The way I typically do this is to just override the get_autocomplete_items method.

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 get_autocomplete_items method override is best for the time being.

@panmari
Copy link

panmari commented Jan 21, 2015

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 :)

@zhangalex
Copy link

Is this feature done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants