Each Search object is good for 1, and only 1, search.

This commit is contained in:
Colin Kuskie 2009-08-21 18:15:24 +00:00
parent da12070523
commit d9cf707963

View file

@ -224,7 +224,8 @@ sub getResultSet {
=head2 new ( session [ , isPublic ] )
Constructor.
Constructor. Each search object can handle doing 1 search. Performing multiple searches
will accumulate internal data and cause errors due to number of placeholder mismatches.
=head3 session