The advanced search syntax can be used to can be used to search for frozen records or non-frozen records. The syntax for this type of search is shown below.
{LFRM:FrozenDocument=Y/N}
The FrozenDocument parameter specifies whether search results will contain frozen records or non-frozen records. The following table explains the acceptable values for this search syntax.
Value | Description |
Y | All records that are frozen will be considered valid search results. |
N |
All records that are not frozen will be considered valid search results. |
The first sample search will find all records that are frozen, while the second one will only find records that are not frozen.
{LFRM:FrozenDocument=Y}
{LFRM:FrozenDocument=N}