]> git.koha-community.org Git - koha.git/commit
two new files
authorgmccullagh <gmccullagh>
Fri, 3 Jun 2005 17:01:53 +0000 (17:01 +0000)
committergmccullagh <gmccullagh>
Fri, 3 Jun 2005 17:01:53 +0000 (17:01 +0000)
commitdfb739be5a8c4e40c0d4e6074b0b7c36b57d9ce3
tree390e3360518c476f6c9d112ac2049b777db2341f
parent57a8c770d77735f5df654ae951e56c5628b403af
two new files
  SearchBiblio.pm forked from SearchMarc.pm
  opac-search-biblio.pl forked from opac-search.pl (just change module)
an attempt at a new search using FULLTEXT indexes.
NB: Boolean won't work without MySQL >v4.0
NNB: Will be slow without indexes added on Biblio table as follows:
  ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle);
Only searching on "Any word" field just now.
more to come.
C4/SearchBiblio.pm [new file with mode: 0644]
opac/opac-search-biblio.pl [new file with mode: 0755]