Search sort order

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal

Debbugs page

Greg Hogan wrote 3 years ago
(address . bug-guix@gnu.org)
CA+3U0Zm5pj4zCQQr1Y7nrSwpeXFKYqxswWRk=DN4d9s2Cw1kcw@mail.gmail.com
'guix search' should sort by score, name, and version so that, for
example, 'guix search llvm' returns llvm@14.0.1 before llvm@9.0.1.
Currently the versions are sorted lexicographically rather than by
numerical value.

Greg
Ludovic Courtès wrote 3 years ago
(name . Greg Hogan)(address . code@greghogan.com)(address . 55480-done@debbugs.gnu.org)
87wne8fpqc.fsf@gnu.org
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

Toggle quote (5 lines)
> 'guix search' should sort by score, name, and version so that, for
> example, 'guix search llvm' returns llvm@14.0.1 before llvm@9.0.1.
> Currently the versions are sorted lexicographically rather than by
> numerical value.

Done in 4e13ee4b573f1829fbf41147febac9ca8b919034, thanks.

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55480@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55480
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help