PDA

View Full Version : XML/RSS with OpenSearch v5


dps1
12-01-2006, 09:20 PM
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={sta rtPage?}&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="?

wrensoft
12-01-2006, 09:25 PM
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" />

dps1
12-01-2006, 09:36 PM
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.