Query Problems
age85 <[email protected]> Thu, 3 Jul 2008 06:04:31 -0700 (PDT)
| Newsgroups | gmane.comp.bug-tracking.gnats.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello, we have Gnatsweb v4.00, Gnats v4.1.0 under OpenSuse 10.3 installed. Everything went fine (create, edit, view), except the query function. Searching with one condition is fine, but using more than one condition, eg searching all open bugs in the topic sysadmin gives me the following (shortened) debug output: ###################START-OUTPUT########################## client_cmd: rset server_reply: 210 Reset state...reloaded the index. client_cmd: expr ((! builtinfield:State[type]=3D"closed")) & (Category~"^SysAdmin$") server_reply: 415 Invalid expression.=20 ###################END-OUTPUT########################## Here is another example searching for all confidential bugs in sysadmin threads in this line: expr (Category~"^SysAdmin$") & (Confidential~"^yes$") Any help is welcome! Thanks in advance, Ren=C3=A9 --=20 View this message in context: http://www.nabble.com/Query-Problems-tp182588= 68p18258868.html Sent from the Gnats - Bugs mailing list archive at Nabble.com.