If I'm not wrong, searching by system number can be done using sn:NNNN This works in the opac, but not in the staff client. How can I search by system number in the staff client? Thanks. Stefano
Better: it works in Home › Advanced Search but not in the search form of Home › Cataloging. Maybe this is a bug... sb On Dec 13, 2010, at 16:29 , Stefano Bargioni wrote:
If I'm not wrong, searching by system number can be done using sn:NNNN This works in the opac, but not in the staff client. How can I search by system number in the staff client? Thanks. Stefano _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Diving into templates and include files, I discovered that changing cataloging-search.inc line 9 from <form name="search" action="addbooks.pl"> to <form action="/cgi-bin/koha/catalogue/search.pl"> enables searches like sn:NNNN. This is the same action of serials-search.inc. IMHO this is a bug. Stefano On Dec 13, 2010, at 16:46 , Stefano Bargioni wrote:
Better: it works in Home › Advanced Search but not in the search form of Home › Cataloging. Maybe this is a bug... sb
On Dec 13, 2010, at 16:29 , Stefano Bargioni wrote:
If I'm not wrong, searching by system number can be done using sn:NNNN This works in the opac, but not in the staff client. How can I search by system number in the staff client? Thanks. Stefano _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Diving into templates and include files, I discovered that changing cataloging-search.inc line 9 from <form name="search" action="addbooks.pl"> to <form action="/cgi-bin/koha/catalogue/search.pl"> enables searches like sn:NNNN. This is the same action of serials-search.inc. IMHO this is a bug. Stefano It would be a bug if it used the same "search" engine in all your cases : cataloging is using search on mysql data before sending search to zebra. serials is mostly searching on subscription table in mysql data and other are using zebra. ... So not using the same search engine. Therefore you could consider that as a bug... But that would need a very serious and severe funding and coordination with community to build
Le 14/12/2010 11:07, Stefano Bargioni a écrit : that. And I would not throw my hat on that. -- Henri-Damien LAURENT
So, let's try to solve both: the current situation and the needing of advanced searching in cataloguing? sb On Dec 14, 2010, at 12:30 , LAURENT Henri-Damien wrote:
Diving into templates and include files, I discovered that changing cataloging-search.inc line 9 from <form name="search" action="addbooks.pl"> to <form action="/cgi-bin/koha/catalogue/search.pl"> enables searches like sn:NNNN. This is the same action of serials-search.inc. IMHO this is a bug. Stefano It would be a bug if it used the same "search" engine in all your cases : cataloging is using search on mysql data before sending search to zebra. serials is mostly searching on subscription table in mysql data and other are using zebra. ... So not using the same search engine. Therefore you could consider that as a bug... But that would need a very serious and severe funding and coordination with community to build
Le 14/12/2010 11:07, Stefano Bargioni a écrit : that. And I would not throw my hat on that.
-- Henri-Damien LAURENT _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
LAURENT Henri-Damien -
Stefano Bargioni