RT 4.0.25 Documentation

This version has reached its end of life and is out of support. Please contact us for upgrade assistance.

RT::Search::FromSQL

Go to latest version →

NAME

  RT::Search::FromSQL

SYNOPSIS

DESCRIPTION

Find all tickets described by the SQL statement passed as an argument

METHODS

Describe

Returns a localized string describing the module's function.

Prepare

The meat of the module. Runs a search on its Tickets object, using the SQL string described in its Argument object. The Tickets object is reduced to those tickets matching the SQL query.

← Back to index