PassMark Logo
Home » Forum

XML/RSS with OpenSearch v5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dps1
    Member
    • Apr 2006
    • 46

    #1

    XML/RSS with OpenSearch v5

    Just downloaded and installed ver.5. Great work!

    I followed the instructions for the query parameters in an OpenSearch xml document, but am having problems.

    e.g. template = "...myurl.../search.cgi?zoom_query={searchTerms}&zoom_page= {startPage?}&zoom_page={count?}&zoom_and={ searchAll?}&zoom_xml=1" />

    only ever produces 10 results since I submitted this to A9's OpenSearch. Is there a limitation here or an error in your documentation? Should there be two "zoom_page="?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    It might be a documentation error. I will check, but I think it should be,

    "...myurl.../search.cgi?zoom_query={searchTerms}&zoom_page= {startPage?}&zoom_per_page={count?}&zoom_and={ searchAll?}&zoom_xml=1" />

    Comment

    • dps1
      Member
      • Apr 2006
      • 46

      #3
      Yup, that seems to be the problem...guess I'll have to wait for A9 to refresh their cache of my search.xml OpenSearch document...if they do that.

      I also noticed that there is no element "searchAll?" in the OpenSearch documentation.

      Comment

      Working...