Aqualogic Interaction API  
 

IPTSavedSearch.FollowupSearch Method 

creates a follow up query based on filter and 'Ands' follow up qry with original query in a follow up Search call. The followup qry can also be ordered by a sortable property id. If the propid is specified but the filter is null, this has the effect of reordering the original qry.

IPTSearchResponse FollowupSearch(
   int _iUserID,
   int _lPropertyID,
   int _lSkipResults,
   IPTFilter _spFollowupFilter
);

Parameters

_iUserID
_lPropertyID
_lSkipResults
_spFollowupFilter

Return Value

response from search server.

See Also

IPTSavedSearch Interface | com.plumtree.server Namespace