Aqualogic Interaction API  
 

IPTSearchRequest.FollowupSearch Method 

Follow up a previous search by ANDing the provided array of queries together and executing them. One query in the array, usually the first, should be the query used in a previous call to Search(). The others are either new queries manufactured by calls to one of the Create() methods (this implements a "search-within-results" feature), or a query returned by IPTSearchResponse.GetQueryForGroup() (this implements a "category drilldown" feature).

IPTSearchResponse FollowupSearch(
   object queryArray
);

Parameters

queryArray
Array, declared as Object[], where each element is an IPTSearchQuery (these exact types are required by the .NET wrappers).

Return Value

IPTSearchResponse containing the results of the conjunction (AND) of queries

See Also

IPTSearchRequest Interface | com.plumtree.server Namespace