Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin:indexing:autocomplete:tips [2011/01/24 22:15]
els
admin:indexing:autocomplete:tips [2016/06/28 22:38] (current)
Line 25: Line 25:
   * It is beneficial to transfer the initial AutoComplete results to local memory and then use the local programming language to continue filtering them as more letters are typed. ​ This reduces the number of queries issued to the database and reduces the impact to system resources.   * It is beneficial to transfer the initial AutoComplete results to local memory and then use the local programming language to continue filtering them as more letters are typed. ​ This reduces the number of queries issued to the database and reduces the impact to system resources.
  
-  * It can be beneficial to trigger AutoComplete queries on a timer, rather ​on a letter count. ​ For instance, the first query might be triggered after one second, with refinements to the pull-down box being triggered in subsequent one-second intervals. ​ This allows fast types to not be slowed down by the work of populating the pull-down.+  * It can be beneficial to trigger AutoComplete queries on a timer, rather ​than a letter count. ​ For instance, the first query might be triggered after one second, with refinements to the pull-down box being triggered in subsequent one-second intervals. ​ This allows fast types to not be slowed down by the work of populating the pull-down.
  
  
 
Back to top
admin/indexing/autocomplete/tips.1295907357.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)