guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File search


From: zimoun
Subject: Re: File search
Date: Tue, 06 Dec 2022 13:59:55 +0100

Hi,

On Tue, 06 Dec 2022 at 11:01, Ludovic Courtès <ludo@gnu.org> wrote:
> "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
> skribis:
>
>> Please, find enclosed the latest implementation as a patch (somewhat vcs
>> code ;). I've edited commits to mark Ludo as author with his
>> started/amended implementations first [0] (that should be in the patch).

That’s cool!


> Also going forward we’ll need a schema version, as in:
>
> --8<---------------cut here---------------start------------->8---
> create table SchemaVersion (
>     version     integer not null;
> );
> --8<---------------cut here---------------end--------------->8---

Well, using plain SQLite as backend will make more complicated the way
to query.  For instance, “guix index output:doc gtk”.  Maybe it could be
worth to use guile-xapian as backend.

Cheers,
simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]