XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 5.2.4
    • Frontend (F)

      Steps to reproduce:

      1. Login in Zabbix Frontend
      2. Try to add Zabbix search to new engine in my browser
      3. No Zabbix search engine is offered

      Result:

      No Zabbix search engine is offered

      Expected:
      We can add the search with only two modifications, first in the line 138 with this line :

      <link rel="search" type="application/opensearchdescription+xml" title="Zabbix Search" href="https://.../zabbix-search-engine.xml">

      in /usr/share/zabbix/include/classes/html/pageheader/CPageHeader.php frontend file.

      And add zabbix-search-engine.xml like this on zabbix directory for example :

      <?xml version="1.0" encoding="UTF-8" ?>
      <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
       <ShortName>Zabbix</ShortName>
       <Description>Search Zabbix</Description>
       <InputEncoding>UTF-8</InputEncoding>
       <Image width="16" height="16" type="image/x-icon">https://.../favicon.ico</Image>
       <Url type="text/html" template="https://.../zabbix.php?action=search&#x26;search={searchTerms}"/>
       <Developer>Zabbix SIA</Developer>
       <AdultContent>false</AdultContent>
       <Language>en</Language>
      </OpenSearchDescription>

      After, you can add the new engine easily :

      see https://developer.mozilla.org/en-US/docs/Web/OpenSearch for other example

            vmurzins Valdis Murzins
            mma Mickael Martin (Cyres)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: