[Koha-bugs] [Bug 11994] Fix OpenSearch discovery in the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 12:37:06 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11994

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #6 from David Nind <david at davidnind.com> ---
Hi Owen.

I've had a couple of attempts at testing this, but get this message when trying
to add:

Firefox could not download the search plugin from:
http://kohadev.mydnsname.org:8080/cgi-bin/koha/opac-search.pl?format=opensearchdescription

OPACBaseURL is set to http://kohadev.mydnsname.org:8080 - I think this is
correct.

Here is the XML delivered when I look at the source for the URL in the error
message above:

<?xml version='1.0' encoding='utf-8'  ?>
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
        <ShortName></ShortName>
        <Description>Search the Koha library catalog</Description>
        <InputEncoding>UTF-8</InputEncoding>
        <Image width="16" height="16" type="image/x-icon">
               
http://kohadev.myDNSname.org:8080/opac-tmpl/bootstrap/images/favicon.ico
        </Image>
        <Url method="get" type="text/html"
template="http://kohadev.myDNSname.org:8080/cgi-bin/koha/opac-search.pl?q={searchTerms}"
/>
        <Query role="example" searchTerms="cat" />
    </OpenSearchDescription>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list