[rt-users] Wild Card Question

Thomas Sibley trs at bestpractical.com
Wed Sep 19 18:18:33 EDT 2012


On 09/19/2012 10:44 AM, William Culp wrote:
> Is there a way that I can use a wild card in one of our searches?  I
> have multiple queues that all start with the same character.  I would
> like to search all of those queues without having to modify the search
> every time I add a new queue.

TicketSQL accepts the % and _ wildcards from SQL.  You can put those in
your values and use the "matches" or "doesn't match" operators.

_ is any single char, % is any number of chars (including zero)





More information about the rt-users mailing list