hi..... the catalog search is not working properly i can search only by item type ,branch and barcode (in marc turned on and in marc turned off) any solution????????/ shebina
yep... catalogue search passed away.. :-( I can't search by barcode, itemtype or branch either... the only thing that works is 'Any word" this is what I get from koha-error_log : Q2 : select distinct m1.bibid from biblio,biblioitems,marc_biblio,marc_word as m1,marc_subfield_table as m2 where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and (m1.bibid=m2.bibid) and ((m1.word like 'Borges' and m1.tagsubfield in ('bibl'))and (m2.subfieldvalue = 'BK' and concat(m2.tag,m2.subfieldcode) in ('bibl'))) order by biblio.title term is Borges BK at /usr/local/koha/intranet/modules/C4/SearchMarc.pm line 267. shebina escribió:
hi.....
the catalog search is not working properly
i can search only by item type ,branch and barcode
(in marc turned on and in marc turned off)
any solution????????/
shebina
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Koha-devel mailing list Koha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/koha-devel
-- J. Martin Longo Informatica SID - UNCuyo http://sid.uncu.edu.ar
Martin Longo a écrit :
concat(m2.tag,m2.subfieldcode) in ('bibl'))) order by biblio.title term
It was something I forgot to commit before official release. It's now fixed in official 2.2.0RC5 pls confirm -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Martin Longo -
Paul POULAIN -
shebina