This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137349

Summary: [QuickSearch] Better sorting algorithm for providing results
Product: platform Reporter: Ondrej Langr <olangr>
Component: Quick SearchAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker CC: jrojcek
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 134398    

Description Ondrej Langr 2008-06-16 18:28:50 UTC
Currently, when user types in just one letter (say "c"), all actions with letter "c" in their name are present. 

Expected behavior would be to offer first actions name of which STARTS with C, as these are tho most likely ones to be
selected. This applies generally, no matter how many letters have been typed.

In other words, results STARTING with the searched string should be first in the list of results.
Comment 1 David Simonek 2008-06-25 16:38:40 UTC
fixed in http://hg.netbeans.org/main/rev/2ac288b7a24a
Comment 2 Quality Engineering 2008-06-27 15:58:49 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/2ac288b7a24a
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #137349: Actions which has typed text as prefix of their display name are returned first