Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 389774

Summary: Search: Propose all the search terms from both saved search and recent search.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 1.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2012-09-17 17:49:26 EDT
In Bug 389447, search auto completion is done by html5 datalist, where we are providing the list item from the recent search term stored in the preference.
The max size of the  recent search is 20 items. We need to integrate this logic combining the saved search with recent search. As saved search is more user intended work and doesn ot have max size limit, we need to provide proposal based on the saved search terms that are not or beyond the recent search range.
Comment 1 libing wang CLA 2012-09-18 14:44:42 EDT
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=0ebc945f36a131b19e82501413ad6fc482ec536b.

Now search completion will propose on [all recent search terms] + [all search terms embedded in the saved search, which are not duplicated in the recent search].