Searching with name=
Hi all, When I search with name= in OPAC or staff, I have exactly the same results as with any=. I checked this with several expressions. When I check the results with yaz-client, I noted different results for a find with 1=1002 (name) and 1=1016 (any). Somehow the search with name= does not get mapped correctly to 1=1002 (somewhere in opac-search.pl or Search.pm or in ZOOM). Searching with personal-name= works correctly. Do you have the same results with name as with any on your Koha OPAC or staff? Can someone explain me how I can change the behavior of the searches with name= ? Thanks for responding! Marcel de Rooy
So far no reply on the general list.. Is anyone of you willing to compare search results with name=searchterm and any=searchterm on your opac? Is this an error in the default record.abs of Koha? Thanks, Marcel ________________________________ Van: koha-devel-bounces@lists.koha.org [koha-devel-bounces@lists.koha.org] namens Marcel de Rooy [M.de.Rooy@rijksmuseum.nl] Verzonden: donderdag 22 oktober 2009 15:34 Aan: koha-devel@lists.koha.org Onderwerp: [Koha-devel] Searching with name= Hi all, When I search with name= in OPAC or staff, I have exactly the same results as with any=. I checked this with several expressions. When I check the results with yaz-client, I noted different results for a find with 1=1002 (name) and 1=1016 (any). Somehow the search with name= does not get mapped correctly to 1=1002 (somewhere in opac-search.pl or Search.pm or in ZOOM). Searching with personal-name= works correctly. Do you have the same results with name as with any on your Koha OPAC or staff? Can someone explain me how I can change the behavior of the searches with name= ? Thanks for responding! Marcel de Rooy
Marcel de Rooy wrote:
So far no reply on the general list.. Is anyone of you willing to compare search results with name=searchterm and any=searchterm on your opac? Is this an error in the default record.abs of Koha?
I suspect it's more a matter of time than willingness. I see the same results with name and any searches from the OPAC. This may be an error in Koha. I have not traced whether it is in record.abs, C4::Search or elsewhere. If it is reported to bugs.koha.org, I expect someone will address it as soon as they can. Thanks, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
Thanks for responding. I found that the error comes from ccl.properties. A few lines contain an additional equal sign that should not be there. I added bug 3735. These lines in ccl.properties are: ################################################### # Rules for a few bath atts keyTitle = 1=33 possessingInstitution = 1=1044 name = 1=1002 personalName = 1=1 corporateName = 1=2 conferenceName = 1=3 uniformTitle = 1=6 isbn = 1=7 issn = 1=8 geographicName = 1=58 notes = 1=63 topicalSubject = 1=1079 genreForm = 1=1075 I just commented the lines now. You could also remove the first equal sign to let the definition look like: name 1=1002, etc. Regards, Marcel -----Oorspronkelijk bericht----- Van: koha-devel-bounces@lists.koha.org [mailto:koha-devel-bounces@lists.koha.org] Namens MJ Ray Verzonden: maandag 26 oktober 2009 11:11 Aan: koha-devel@lists.koha.org Onderwerp: Re: [Koha-devel] FW: Searching with name= Marcel de Rooy wrote:
So far no reply on the general list.. Is anyone of you willing to compare search results with name=searchterm and any=searchterm on your opac? Is this an error in the default record.abs of Koha?
I suspect it's more a matter of time than willingness. I see the same results with name and any searches from the OPAC. This may be an error in Koha. I have not traced whether it is in record.abs, C4::Search or elsewhere. If it is reported to bugs.koha.org, I expect someone will address it as soon as they can. Thanks, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Marcel de Rooy -
MJ Ray