help-gnats
[Top][All Lists]
Advanced

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

Re: Simple query with category in gnatsweb 4.0


From: Milan Zamazal
Subject: Re: Simple query with category in gnatsweb 4.0
Date: 30 Dec 2001 00:23:55 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> "LH" == Lars Henriksen <address@hidden> writes:

    LH> If you do a simple query in Gnatsweb 4.0 and select a specific
    LH> category, e.g. "test", Gnatsweb 4.0 will turn this into a
    LH> matching query when asking gnatsd:

    LH>      expr (Category~"test")

    LH> instead of doing in exact query:

    LH>      expr (Category="test")

Not exactly, it should be

  expr (Category=="test")

Regards,

Milan Zamazal

-- 
When you're in a fight with an idiot, it's difficult for other people to tell
which one the idiot is.                       -- Bruce Perens in debian-devel



reply via email to

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