[Trac-tickets] [The Trac Project] #2797: TicketQuery macro fails
when searching ticket types with space characters
The Trac Project
noreply at edgewall.com
Fri Feb 24 01:47:51 CST 2006
#2797: TicketQuery macro fails when searching ticket types with space characters
--------------------------------+-------------------------------------------
Reporter: ssalmine at gmail.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: wiki | Version: 0.9
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
If there is ticket type with space (say, "Software development"), then the
following {{{TicketQuerys}}} do not work:
{{{
[[TicketQuery(status=new|reopened&type=Software+development)]]
or
[[TicketQuery(status=new|reopened&type="Software development")]]
or
[[TicketQuery(status=new|reopened&type='Software development')]]
or
[[TicketQuery(status=new|reopened&type=Software%20development)]]
}}}
Which leaves no option, other than doing match with {{{^=}}} and {{{&=}}}.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2797>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list