RT 5.0.2 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"

RT::SavedSearch->EscapeDescription STRING

This is a class method because system-level saved searches aren't true RT::SavedSearch objects but direct RT::Attribute objects.

Returns STRING with all square brackets except those in [_1] escaped, ready for passing as the first argument to loc().

Type

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

ObjectsForCreating

In the context of the current user, load a list of objects that could have searches saved under, including the current user and groups. This method considers both rights and group membership when creating the list of objects for saved searches.

← Back to index