Edgewall Software

Changes between Version 30 and Version 31 of TracQuery


Ignore:
Timestamp:
Jan 1, 2011, 10:49:23 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

correct a small typo

Legend:

Unmodified
Added
Removed
Modified
  • TracQuery

    v30 v31  
    109109=== Query Language ===
    110110
    111 `query:` TracLinks and the `[[TicketQuery]]` macro both use a mini “query language” for specifying query filters. Basically, the filters are separated by ampersands (`&`). Each filter then consists of the ticket field name, an operator, and one or more values. More than one value are separated by a pipe (`|`), meaning that the filter matches any of the values. To include a litteral `&` or `|` in a value, escape the character with a backslash (`\`).
     111`query:` TracLinks and the `[[TicketQuery]]` macro both use a mini “query language” for specifying query filters. Basically, the filters are separated by ampersands (`&`). Each filter then consists of the ticket field name, an operator, and one or more values. More than one value are separated by a pipe (`|`), meaning that the filter matches any of the values. To include a literal `&` or `|` in a value, escape the character with a backslash (`\`).
    112112
    113113The available operators are: