From: Allen, R. <ra...@ci...> - 2000-07-03 14:23:36
|
Would it be feasible to merge the Paged control into the search method? Generally when I do searches, I want all the entries returned regardless of the server limit. In fact, some searches I do today will get all entries, because the number returned does not exceed the server limit. One day that may not be the case. I could see it as either being integrated into the current search method's or even a separate one. $ldap->search( @args, paged => 1, pagesize => 1000); $ldap->search_paged( @args, pagesize => 1000 ); Comments? Robbie Allen |