Closed (fixed)
Project:
Autocomplete Widgets for Text and Number Fields
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 01:19 UTC
Updated:
1 Jun 2012 at 20:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
bleen commentedThis patch creates tests for each field type and fixes a bunch of errors found by the tests (mostly around case sensitivity)
Comment #2
bleen commented... the biggest change here BTW is that I removed the DISTINCT() call because it is not case-sensitive. I would rather err on the side of showing duplicates, then removing legitimate suggestions
Comment #3
bleen commentedI committed this patch .. better to have tests that need some more review than to have no tests at all.