Advanced Search problems
Basic searches seem to go off without a problem, but advanced searches (where you specify that you're searching just for books or movies, etc.) bring up nothing. I'm not real KOHA savvy, so I'm sure I've just messed something up. Any ideas? Thanks! René
Basic searches seem to go off without a problem, but advanced searches (where you specify that you’re searching just for books or movies, etc.) bring up nothing.
What version are you using? Zebra or NoZebra? Which specific options are you choosing in Advanced Search? -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Try limiting it in steps to determine the problem. Do your search and limit by year, again as item type and again as library. My guess is you have some mismatch between your item types and whats in your 952 $y On Mar 24, 2010, at 8:42 AM, GLBTLIB wrote:
Basic searches seem to go off without a problem, but advanced searches (where you specify that you’re searching just for books or movies, etc.) bring up nothing. I’m not real KOHA savvy, so I’m sure I’ve just messed something up. Any ideas? Thanks!
René
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi: When you specify that you’re searching, advanced search seeks on the subfield 952$y. So, if you do not have items, the search returns 0 results. You can modify two templates in such a way that the criteria of search were the subfield 942$c: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/opac-advsearch.tmpl In these files you should change * **mc-<!-- TMPL_VAR NAME="ccl" --**>* with *itemtype* If you filled this subfield (942$c), you will have what you want. Alejandro Tiraboschi FaMAF-UNC 2010/3/24 GLBTLIB <glbtlib@indiana.edu>
Basic searches seem to go off without a problem, but advanced searches (where you specify that you’re searching just for books or movies, etc.) bring up nothing. I’m not real KOHA savvy, so I’m sure I’ve just messed something up. Any ideas? Thanks!
René
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Alejandro Tiraboschi -
Erik Lewis -
GLBTLIB -
Owen Leonard