[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] A couple of search bugs in koha2.2
From: |
T & J Kotula |
Subject: |
[Koha-devel] A couple of search bugs in koha2.2 |
Date: |
Tue Jan 11 01:06:15 2005 |
Hi,
I just started playing with Koha2.2, running FC3 and noticed a couple of
error entries in the koha-error_log.
1. When I search for <Any word> 'searchword', from
search.marc/search.pl?type=intranet I get the following:
[error] Q : select distinct m1.bibid from
biblio,biblioitems,marc_biblio,marc_word as m1 where
biblio.biblionumber=marc_biblio.biblionumber and
biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid
and (m1.word like 'searchword') order by biblio.title at
/usr/local/koha/intranet/modules/C4/SearchMarc.pm line 272.
2. When I search for <Title> 'searchword', from
search.marc/search.pl?type=intranet in addition to the above error I also
get:
[error] , and, , contains, , 0,20,biblio.title at
/usr/local/koha/intranet/modules/C4/SearchMarc.pm line 169.
In both cases if I search for a meaningful word I get some search results.
Thanks
tomasz kotula.
- [Koha-devel] A couple of search bugs in koha2.2,
T & J Kotula <=