crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3

Home Page:http://rubygems.org/gems/rails3-jquery-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about distinct?

elana opened this issue · comments

When autocompleting on a field that is not unique, it doesn't select distinct

Check out chech's answer on StackOverflow. Use a scope to do this instead - works exceptionally well.

http://stackoverflow.com/questions/4479039/rails3-jquery-autocomplete-distinct-values

Ok cool.