
RTx::S3Invoker - Simple Saved Search Invoker

The existing options for accessing saved searches in RT have drawbacks:
Worse still, none of these methods is convenient for those who prefer to use Simple Search as a command line. S3Invoker provides a powerful alternative.

This module adds a do: operator to Simple Search,
and provides a brief description on Search/Simple.html
Features of the operator include:
S3Invoker tries to 'Do What You Mean'. If it finds exactly one thing matching the operand (right-hand side of the colon), it runs that search, if there are many matches (Ambiguous search) it lists them as clickable links.
Matching is done with LIKE '%operand%'. Consequently, if no operand is supplied, a list of all accessible saved searches is shown.
Now it's easy to display any global search,
and use it as the basis of a custom saved search.
Are there things you occassionally need to see,
but don't want clogging up your home page?
Remove "Unowned tickets" and call do:unowned at your leisure.

Jerrad Pierce <jpierce@cpan.org>
Bug reports and suggestions by Allen Lee.

But really, you can consider the above to be "the same terms as perl itself."