Changeset 4107 for trunk/plugins/autocomplete/todo
- Timestamp:
- 12/11/07 20:50:17 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/autocomplete/todo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/autocomplete/todo
r4097 r4107 2 2 TODO 3 3 4 - prevent redundant requests on 5 - superstring returned no result, no need to query again for substring, eg. pete returned nothing, peter won't either 6 - previous query mustn't be requested again, eg. pete returns 10 lines, peter nothing, backspace to pete should get the 10 lines from cache (may need TimeToLive setting for cache to invalidate it) 4 7 - incorporate improvements and suggestions by Hector: http://beta.winserver.com/public/test/MultiSuggestTest.wct 5 8 - json support: An optional JSON format, that assumes a certain JSON format as default and just looks for a dataType "json" to be activated; [records], where each record is { id:String, label:String, moreOptionalValues... }
