when you use auto_complete for a column with many (more than 10 consecutive) equal entries you do not get a correct answer. this is because of the "LIMIT => 10" statement. this statement still makes sense because of performance reasons.
I suggest the addition of ':group => "#{method}",' in line 37 of auto_complete.rb to fix this issue.
Dennis.
when you use auto_complete for a column with many (more than 10 consecutive) equal entries you do not get a correct answer. this is because of the "LIMIT => 10" statement. this statement still makes sense because of performance reasons.
I suggest the addition of ':group => "#{method}",' in line 37 of auto_complete.rb to fix this issue.
Dennis.