Edgewall Software

Changes between Version 36 and Version 37 of TracQuery


Ignore:
Timestamp:
Jun 28, 2011, 9:05:07 AM (13 years ago)
Author:
Remy Blank
Comment:

No, "not equal to" really is "!=". Not to be confused with what's in the URL on the ticket query page.

Legend:

Unmodified
Added
Removed
Modified
  • TracQuery

    v36 v37  
    127127
    128128All of these operators can also be negated:
    129 || '''`=!`''' || the field content matches none of the values ||
     129|| '''`!=`''' || the field content matches none of the values ||
    130130|| '''`!~=`''' || the field content does not contain any of the values ||
    131131|| '''`!^=`''' || the field content does not start with any of the values ||