koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Search.pm,1.38,1.39


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.38,1.39
Date: Sun, 22 Sep 2002 09:51:13 -0700

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

Modified Files:
        Search.pm 
Log Message:
Added some FIXME comments.


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Search.pm   22 Sep 2002 00:30:35 -0000      1.38
--- Search.pm   22 Sep 2002 16:51:11 -0000      1.39
***************
*** 360,363 ****
--- 360,365 ----
    # can be rewritten (in MySQL, at least) as
    #   field regexp '(^| )string';
+   # However, this isn't portable. Though PostgreSQL allows you to use "~"
+   # instead of "regexp".
    my $query="Select biblionumber from biblio
    where ((title like '$key[0]%' or title like '% $key[0]%')";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]