When I search, the URL shows opac-search.pl?q=test. If I click on the show only available items link, the url changes to opac-search.pl?q%3Dtest&limit=available. It's encoding the "=" to a "%3D" so the results are only the available items and not also the "test" keyword. Has anyone else run into this problem, and has anyone else figured out how to fix it? Thanks. James Winter Arcadia University <http://www.arcadia.edu/> Systems Manager 215.517.2588 winterj@arcadia.edu <mailto:winterj@arcadia.edu>
A crude solution: copy /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/$LANG/includes/facets.inc into /usr/share/koha/opac/htdocs/opac-tmpl/prog/$LANG/includes/opac-facets.inc Works for me. bgk On Thu, Oct 16, 2008 at 5:34 PM, Winter, James <WinterJ@arcadia.edu> wrote:
When I search, the URL shows opac-search.pl?q=test. If I click on the show only available items link, the url changes to opac-search.pl?q%3Dtest&limit=available. It's encoding the "=" to a "%3D" so the results are only the available items and not also the "test" keyword. Has anyone else run into this problem, and has anyone else figured out how to fix it?
Thanks.
James Winter
Arcadia University
Systems Manager
215.517.2588
winterj@arcadia.edu
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks, that worked for me. I didn't even try it in the intranet to see if it worked there. James Winter Arcadia University Systems Manager 215.517.2588 winterj@arcadia.edu -----Original Message----- From: bgkriegel@gmail.com [mailto:bgkriegel@gmail.com] On Behalf Of Bernardo Gonzalez Kriegel Sent: Thursday, October 16, 2008 4:49 PM To: Winter, James Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] URL encoding in links A crude solution: copy /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/$LANG/includes/facets.inc into /usr/share/koha/opac/htdocs/opac-tmpl/prog/$LANG/includes/opac-facets.inc Works for me. bgk On Thu, Oct 16, 2008 at 5:34 PM, Winter, James <WinterJ@arcadia.edu> wrote:
When I search, the URL shows opac-search.pl?q=test. If I click on the show only available items link, the url changes to opac-search.pl?q%3Dtest&limit=available. It's encoding the "=" to a "%3D" so the results are only the available items and not also the "test" keyword. Has anyone else run into this problem, and has anyone else figured out how to fix it?
Thanks.
James Winter
Arcadia University
Systems Manager
215.517.2588
winterj@arcadia.edu
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
This sounds like a bug you might want to report or search to see if it was already reported. --- Nicole C. Engard Open Source Evangelist, LibLime (888) Koha ILS (564-2457) ext. 714 nce@liblime.com AIM/Y!/Skype: nengard http://liblime.com http://blogs.liblime.com/open-sesame/ On Thu, Oct 16, 2008 at 4:55 PM, Winter, James <WinterJ@arcadia.edu> wrote:
Thanks, that worked for me. I didn't even try it in the intranet to see if it worked there.
James Winter Arcadia University Systems Manager 215.517.2588 winterj@arcadia.edu
-----Original Message----- From: bgkriegel@gmail.com [mailto:bgkriegel@gmail.com] On Behalf Of Bernardo Gonzalez Kriegel Sent: Thursday, October 16, 2008 4:49 PM To: Winter, James Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] URL encoding in links
A crude solution:
copy
/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/$LANG/includes/facets.inc
into
/usr/share/koha/opac/htdocs/opac-tmpl/prog/$LANG/includes/opac-facets.inc
Works for me.
bgk
On Thu, Oct 16, 2008 at 5:34 PM, Winter, James <WinterJ@arcadia.edu> wrote:
When I search, the URL shows opac-search.pl?q=test. If I click on the show only available items link, the url changes to opac-search.pl?q%3Dtest&limit=available. It's encoding the "=" to a "%3D" so the results are only the available items and not also the "test" keyword. Has anyone else run into this problem, and has anyone else figured out how to fix it?
Thanks.
James Winter
Arcadia University
Systems Manager
215.517.2588
winterj@arcadia.edu
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hello I am working with Koha in Portugal and very soon I will send staff translation which is being finished. I would like to ask and sugest an improvement for Koha allowing to work simultaneous with several databases (Koha1, Koha2, etc.) Instead to have just one MySQL database. How can we select an alternative database with the same framework? If we can do it I will develop a MARC framework for Archives and then we could cope both with libraries and archives. The only thing is to change framework and switch between databases. Best regards, Rafael Antonio
participants (4)
-
Bernardo Gonzalez Kriegel -
Nicole Engard -
rafael.antonio@sapo.pt -
Winter, James