On Tue, Apr 18, 2006 at 12:26:40PM +0100, Tim Diggins wrote:
> > * Added a basic tag matching expression language. eg.
> > (ticket+workflow)-(closed|wiki)
>
> Am happily using TracTags 0.3.1 but want to be able to find if something
> is a ticket in an expression - expression=ticket+<tag> doesn't do it for
> me... I have to use expression=(closed|new|open|reopened)+<tag> which is
> wordy and also seems to cause problems with ListTagged.
>
> I've got the following in my trac.ini:
>
> [tags.ticket]
> fields=component,keywords,owner,reporter,cc,status
>
>
> Is there some magic I'm missing?
Sure is:
tagged:<tag>?tagspace=ticket
Same as the macros.
(I don't think that is documented actually, I'll have to update it)
In the future (version 0.5), we are thinking of adding meta tags, and
having the tagspace automatically applied as one. The meta tags will not
be editable, but will be visible in queries and /tags browsing.
Consequently, your query of tagged:ticket+<tag> will return ticket
objects.
--
Evolution: Taking care of those too stupid to take care of themselves.
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac