Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#2359 closed defect (worksforme)

Query links "language" not as shown

Reported by: MikeGinou <mike@…> 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 Christopher Lenz)

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 Christopher Lenz, 18 years ago

Description: modified (diff)

(Fixed description)

comment:2 by anonymous, 17 years ago

Keywords: documentation added

comment:3 by Christian Boos, 17 years ago

Both are valid and expressing the same thing. Enhancements to the TracQuery wiki page are welcomed ;)

comment:4 by sid, 17 years ago

Resolution: worksforme
Status: newclosed

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 =!]

Active tickets against 0.8 !=

Active tickets against 0.8 =!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.