Description of problem: When returning system search results that share a similar score and have identical hostnames, sort them so higher systemIDs are on the bottom.
Fix implemented is to perform a sub-sort of results. Results are first sorted by score. Highest score is displayed on top. Next if a series of scores are the same, we sort them on hostname, then rank them with highest systemId on top. Example would be something like Search for "orangebox" orangebox <a href=.....id='10010'> orangebox <a href=.....id='10009'> orangebox <a href=.....id='10007'> orngebx <a href=.....id='10020'> orngebx <a href=.....id='10019'> Addressed with these commits http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=628aeafda3cd32ef816aaad7e76f734b68eaa5f4 http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=3c22143def764e86dcae010c48e5b3cccc9d9617
Spacewalk 0.5 released.
Spacewalk 0.5 has been released for long time ago.