From d9cf7079637ed4158ee2cc79c1f3ca6fe85a9bfe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Aug 2009 18:15:24 +0000 Subject: [PATCH] Each Search object is good for 1, and only 1, search. --- lib/WebGUI/Search.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Search.pm b/lib/WebGUI/Search.pm index 01313c4c7..b830b521f 100644 --- a/lib/WebGUI/Search.pm +++ b/lib/WebGUI/Search.pm @@ -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