Find.StopSearch

Aborts a search that was initialized by Find.First. Find.bSearching can be used to determine if the server is still searching. This action must be specified as a subcommand of Find.Action. It must also be preceded by a Find.First action.

Parameters

Find.StopSearch (Required)

Specifies the required subaction.

User.context (Required)

Specifies the context identifier for this user's session.

Find.UpdateList or Find.UpdateCache (Required)

Specifies the folder list context to the find window. Use Find.UpdateList for templates that use frames and use Find.UpdateCache for all other templates.

Return Values

None. Can be used with Find.Update Sub-Action to return the latest results.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type="hidden" name="User.context" value="psquRmoverPq">
   <INPUT type="hidden" name="action" value="Find.Action">
   <INPUT type="hidden" name="Find.StopSearch" value="true">
   <INPUT type="hidden" name="Find.UpdateList" value="1">
   <INPUT type="hidden" name="merge" value="msglist">
</FORM>