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.