I have a requirement from a client to increase the number of results shown in the autocomplete dropdown from 10 to something higher. Although I could do this, it seems like a much more useful idea to add that functionality to this module. (These are taxonomy autocomplete settings, after all.)
My idea is to have an additional field per vocabulary where the admin can configure the number of results to be shown, with 10 as the default. It looks like this should be easy to extend.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Taxonomy autocomplete settings: number of results patch changes screenshot | 53.48 KB | rkeppner |
| #1 | taxonomy_autocomplete_settings-number_of_results-1452396-1.patch | 3.82 KB | rkeppner |
Comments
Comment #1
rkeppner commentedHere's a patch that adds the functionality described. I've tested it against 6.x-1.1 and HEAD, and it applies cleanly, and it's working for me in production.
Comment #2
rkeppner commentedSince this patch changes the user interface, I thought a screenshot might be useful.
Comment #3
rkeppner commentedI've had this running on 3 different production sites for a few days now, and I can't find any problems. Since it's simple enough to be unlikely to cause problems, I've created a development branch and promoted the code there.
Comment #4
rkeppner commentedThis feature is included in the 6.x-1.2 release.