Opened 19 years ago
Closed 18 years ago
#2359 closed defect (worksforme)
Query links "language" not as shown
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | 0.9 |
Severity: | normal | Keywords: | documentation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The documentation for the query links "query language" indicates that the correct operator for not equals would be !=
, however, the example on the page (Active tickets against 0.8) and my own experimentation (e.g. query:status=!closed&group=type
) indicates that the operator is actually =!
I'm unsure whether this is a non-issue, a parsing issue, or a documentation issue
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Description: | modified (diff) |
---|
comment:2 by , 18 years ago
Keywords: | documentation added |
---|
comment:3 by , 18 years ago
Both are valid and expressing the same thing. Enhancements to the TracQuery wiki page are welcomed ;)
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
And I went back and grabbed the old query from the TracQuery page:
[query:status!=closed&version=0.8 Active tickets against 0.8]
Both of these worked identically:
[query:status!=closed&version=0.8 Active tickets against 0.8 !=] [query:status=!closed&version=0.8 Active tickets against 0.8 =!]
(Fixed description)