Each Search object is good for 1, and only 1, search.
This commit is contained in:
parent
da12070523
commit
d9cf707963
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue