Re: [Koha-devel] Modules only on CPAN

2014-01-31 Thread Galen Charlton
Hi, On Fri, Jan 31, 2014 at 1:05 AM, Martin Renvoize < martin.renvo...@ptfs-europe.com> wrote: > If search results are all we are paginating server-side then shouldn't we > really be focusing on search relevancy and limiting results down such that > we don't really need to paginate at all? (I'm

Re: [Koha-devel] Modules only on CPAN

2014-01-31 Thread Martin Renvoize
Throwing down the gauntlet here in a bit of a stream of conscience... If search results are all we are paginating server-side then shouldn't we really be focusing on search relevancy and limiting results down such that we don't really need to paginate at all? (I'm kinda hoping that the elastic se

Re: [Koha-devel] Modules only on CPAN

2014-01-31 Thread Fridolin SOMERS
Ok, I see. For search results indeed we make pagination in perl. But we should use code existing in opac-search.pl to be able to remove Data::Pagination, or use a debian-packaged module. Le 30/01/2014 17:00, Galen Charlton a écrit : Hi, On Thu, Jan 30, 2014 at 7:52 AM, Owen Leonard wrote: I

Re: [Koha-devel] Modules only on CPAN

2014-01-30 Thread Galen Charlton
Hi, On Thu, Jan 30, 2014 at 7:52 AM, Owen Leonard wrote: >> It is only used in opac/search.pl. >> >> I think pagination should not be done into perl. We use JQuery Datatables >> for that. > > Perhaps, assuming you mean AJAX-loaded pagination, since bibliographic > search results can potentially h

Re: [Koha-devel] Modules only on CPAN

2014-01-30 Thread Owen Leonard
> It is only used in opac/search.pl. > > I think pagination should not be done into perl. We use JQuery Datatables > for that. Perhaps, assuming you mean AJAX-loaded pagination, since bibliographic search results can potentially have hundreds of thousands of results. However, the OPAC ought to hav

Re: [Koha-devel] Modules only on CPAN

2014-01-30 Thread Fridolin SOMERS
Hie, Could Data::Pagination be removed from master ? It is defined in Koha/SearchEngine/Solr/Search.pm but not used. It is only used in opac/search.pl. I think pagination should not be done into perl. We use JQuery Datatables for that. Regards, Le 20/12/2013 17:30, Galen Charlton a écrit :

Re: [Koha-devel] Modules only on CPAN

2013-12-20 Thread Galen Charlton
Hi, On Fri, Dec 20, 2013 at 3:40 AM, Zeno Tajoli wrote: > In my opinion Data::Pagination and Archive::Extract could be packages > in http://debian.koha-community.org, the others no (because are only for > developer). There's a problem with packaging Data::Pagination -- there is no copyright info