[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnats 4.0/Gnatsweb 4.0 migration problems.
From: |
Lars Henriksen |
Subject: |
Re: Gnats 4.0/Gnatsweb 4.0 migration problems. |
Date: |
Tue, 6 Nov 2001 16:18:58 +0100 |
User-agent: |
Mutt/1.3.15i |
On Tue, Nov 06, 2001 at 02:58:24PM +0100, Yngve Svendsen wrote:
> At 14:18 06.11.2001 +0100, Lars Henriksen wrote:
>
> You need to quote the query expressions to protect them from shell
> interpretation. The following should work well:
>
> query-pr --expr 'category="test"'
>
> (Appendix D of the manual mentions shell quoting briefly)
Ah, yes. I should have seen that the double quotes themselves will be removed
by the shell. Now it's OK.
>
> > From Gnatsweb 4.0 I get a
> >
> >Return code: 415 - Invalid expression.
> >
> >whenever I do a query with something other than "any".
>
> That surprises me, because it works flawlessly in my test setup. Exactly
> what kind of query are we talking about here? Is it from the ordinary Query
> page,
Yes. When I enter the Query page from the main page and press "Submit query"
without changing any settings, i.e. "any" is selected in all fields, I get
the result:
3825 matches found
( Query executed Tue Nov 6 15:54:32 2001 )
<list of results>
But when I select a particular value in a field (it doesn't matter which),
I get
Return code: 415 - Invalid expression
Regards
Lars Henriksen