improve the perfromance of the javascript autocomplete lookup autocomplete-tags
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 8 Apr 2012 19:33:59 +0000 (15:33 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 8 Apr 2012 19:35:36 +0000 (15:35 -0400)
commitb1bb03ecf9779a54a47a50f3b98cfdb59efb5b76
treec9243e3833cb50e0ceeb513590444e3ef4a1e085
parent7e8b3ec9903f52ae787c67f27761ed3a7baf6d11
improve the perfromance of the javascript autocomplete lookup

This was performing poorly on large lists. The delay can be set down
very low because the list is stored entirely in memory. The current code
only does the lookup when there are >2 characters typed in for a
particular tag.
templates/dynamictags.inc.php

Benjamin Mako Hill || Want to submit a patch?