I am trying to set up a TracQuery filter on keywords:

        [[TicketQuery(keywords~=rst2)]]

And it works exactly as expected. But not as needed...

I want to find tickets where 'rst2' is a whole word. So, this set of key
words should result in a match:

        rst2 ylist sumthing

but this one should not:

        rst2xyz ylist sumthing

The target 'rst2' could also be the last word in the list (meaning no
space after it).

With my query, both result in a match. Am I missing some brilliant
thing?

-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to