From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Re-approaching package tagging Date: Wed, 19 Dec 2018 16:04:17 +0100 Message-ID: <871s6dwob2.fsf@gnu.org> References: <875zvsq8ov.fsf@dustycloud.org> <87imzrgjit.fsf@gnu.org> <87h8fa7ums.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZdOe-0000AS-Tp for guix-devel@gnu.org; Wed, 19 Dec 2018 10:04:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZdOY-0003nC-3T for guix-devel@gnu.org; Wed, 19 Dec 2018 10:04:25 -0500 In-Reply-To: (zimoun's message of "Tue, 18 Dec 2018 11:36:01 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: zimoun Cc: Guix Devel Hi, zimoun skribis: > How the relevance is evaluated ? > And how the regexp works ? Roughly relevance is computed as a function of the number of regexp matches and the location of those matches (package name, synopsis, description): https://git.savannah.gnu.org/cgit/guix.git/tree/guix/ui.scm#n1284 HTH! Ludo=E2=80=99.