[Koha-cvs] CVS: koha search.pl,1.11.2.1,1.11.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:10:44 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv30811

Modified Files:
      Tag: arensb-context
	search.pl 
Log Message:
Added a whole mess of FIXME comments.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -r1.11.2.1 -r1.11.2.2
*** search.pl	4 Oct 2002 02:52:11 -0000	1.11.2.1
--- search.pl	5 Oct 2002 06:10:42 -0000	1.11.2.2
***************
*** 50,53 ****
--- 50,57 ----
  # get all the search variables
  # we assume that C4::Search will validate these values for us
+ # FIXME - This whole section, up to the &catalogsearch call, is crying
+ # out for
+ #	foreach $search_term (qw(keyword subject author ...))
+ #	{ ... }
  my %search;
  my $keyword=$query->param('keyword');
***************
*** 68,72 ****
  $search{'class'}=$class;
  my $dewey=$query->param('dewey');
! $search{'dewey'};
  my $branch=$query->param('branch');
  $search{'branch'}=$branch;
--- 72,76 ----
  $search{'class'}=$class;
  my $dewey=$query->param('dewey');
! $search{'dewey'};		# FIXME - This should be $search{'dewey'} = $dewey, right?
  my $branch=$query->param('branch');
  $search{'branch'}=$branch;





More information about the Koha-cvs mailing list