The SaveUpdates method differs from the Save method in that it will re-use the existing Search ID if one is present. If there is not Search ID, a new one is generated.
Syntax
[VBScript]
function ISYSResultList.SaveUpdates as object
<%
' This sample demonstrates executing the given search and saving it to disk' and getting its identifier.' Execute a pre-configured searchdim Results : set Results = ISYSSearch.Execute
' Save the search result and get the search iddim SearchID : SearchID = Results.SaveUpdates%>