X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FPagedSearch.pm;h=a1cd06818d10cc3ddcd271237bff05e3c8bc5aad;hb=b0888dc8399fc4e8d75c874c00d01366eacf5596;hp=09d05c4e6b436333030001d1fc59b135d07458af;hpb=2b740ea3cbb32a3fb3906546552503d9d3cca590;p=freeside.git diff --git a/FS/FS/PagedSearch.pm b/FS/FS/PagedSearch.pm index 09d05c4e6..a1cd06818 100644 --- a/FS/FS/PagedSearch.pm +++ b/FS/FS/PagedSearch.pm @@ -31,7 +31,7 @@ while ( my $row = $search->fetch ) { =item psearch ARGUMENTS -A wrapper around L. Accepts all the same arguments +A wrapper around L. Accepts all the same arguments as qsearch, except for the arrayref union query mode, and returns an FS::PagedSearch object to access the rows of the query one at a time. If the query doesn't contain an ORDER BY clause already, it will be ordered @@ -184,6 +184,8 @@ sub refill { L +L is an eventual replacement for this. + =cut 1;