X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FPagedSearch.pm;h=a1cd06818d10cc3ddcd271237bff05e3c8bc5aad;hp=09d05c4e6b436333030001d1fc59b135d07458af;hb=20f03d52cc6c930f610c0b4466eeeeda54fdbb40;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500 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;