[Lxr-dev] [ lxr-Bugs-2773982 ] Identifer Search Results Are Not Sorted When Shown
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2009-04-19 09:52:06
|
Bugs item #2773982, was opened at 2009-04-19 10:23 Message generated for change (Comment added) made by adrianissott You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2773982&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: v0.9.6 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: AdrianIssott (adrianissott) Assigned to: AdrianIssott (adrianissott) Summary: Identifer Search Results Are Not Sorted When Shown Initial Comment: For instance a search for the "add_tracers" identifier might show the references as: /python/EntryExitTracerFile.py, line 89 /python/InsertTracePoints.py, line 176 or /python/InsertTracePoints.py, line 176 /python/EntryExitTracerFile.py, line 89 The same kind of issue occurs for declarations too. Fixing this issue will make finding the references or declarations easier for users browsing the lxr identifier search results. ---------------------------------------------------------------------- >Comment By: AdrianIssott (adrianissott) Date: 2009-04-19 10:52 Message: * MySql, Oracle and Postgres databases now sort the results in the same way. * Declarations are sorted by filename, line and then by type * References are sorted by filename and then by line ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2773982&group_id=27350 |