RT 3.8.17 Documentation

RT::SavedSearch

Go to latest version →

NAME

RT::SavedSearch - an API for saving and retrieving search form values.

SYNOPSIS

  use RT::SavedSearch

DESCRIPTION

SavedSearch is an object based on RT::SharedSetting that can belong to either an RT::User or an RT::Group. It consists of an ID, a description, and a number of search parameters.

METHODS

ObjectName

An object of this class is called "search"

Type

Returns the type of this search, e.g. 'Ticket'. Useful for denoting the saved searches that are relevant to a particular search page.

← Back to index