unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Guix Devel <guix-devel@gnu.org>
Subject: `guix search` feature or bug?
Date: Wed, 17 Jul 2019 15:40:29 +0200	[thread overview]
Message-ID: <CAJ3okZ0yuJFXDzWAGhUyzmmJ8r7gETAi+Xf3zMRJtQcWBPrr7w@mail.gmail.com> (raw)

Dear,

An example describes better than words. :-)

  guix package --show=tuxpaint

And one can read the terms `software` in the synopsis and `tools` in
the description.
However, `guix search software tools` does not output the package `tuxpaint`.

  guix search software tools | recsel -C -P name | sort

From the function `relevance` in `guix/ui.scm`, if I understand well,
it seems expected. Each field deals with the regexp and the terms
`software` and `tools` does not appear both in only one field.

Is this behaviour expected?


To be more concrete, the manual says "And now for a more elaborate
example.  The following command searches for cryptographic libraries,
filters out Haskell, Perl, Python, and Ruby libraries, and prints the
name and synopsis of the matching packages:

   $ guix search crypto library | \
        recsel -e '! (name ~ "^(ghc|perl|python|ruby)")' -p name,synopsis
"

and the cryptographic library `libb2` is not listed by the previous
search command line because the terms `crypto` and `library` does not
appear both in the same field.

    guix package --show=libb2

name: libb2
version: 0.98.1
outputs: out
systems: x86_64-linux i686-linux armhf-linux aarch64-linux mips64el-linux
dependencies:
location: gnu/packages/crypto.scm:648:2
homepage: https://blake2.net/
license: Public Domain
synopsis: Library implementing the BLAKE2 family of hash functions
description: libb2 is a portable implementation of the BLAKE2 family of
+ cryptographic hash functions.  It includes optimised implementations for IA-32
+ and AMD64 processors, and an interface layer that automatically selects the
+ best implementation for the processor it is run on.
+
+ "BLAKE2" (RFC 7693) is a family of high-speed cryptographic hash functions
+ that are faster than MD5, SHA-1, SHA-2, and SHA-3, yet are at least as secure
+ as the latest standard, SHA-3.  It is an improved version of the SHA-3
+ finalist BLAKE.



All the best,
simon

             reply	other threads:[~2019-07-17 13:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17 13:40 zimoun [this message]
2019-07-17 21:31 ` `guix search` feature or bug? Ludovic Courtès
2019-07-18 14:59   ` zimoun
2019-07-22 17:20   ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ3okZ0yuJFXDzWAGhUyzmmJ8r7gETAi+Xf3zMRJtQcWBPrr7w@mail.gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).