PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

cgi xml/rss - only 10 results

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cgi xml/rss - only 10 results

    I'm currently using the cgi xml/rss feed feature for my search results but only 10 results are outputted. Does anyone know how to make this be more than 10?

    Also, the cgi script itself seems to not be editable, is there a way to get it editable for custom scripting?

    You can see a sample here:
    http://www.allwebnow.com/mediaspace/search/blog/search.cgi?zoom_query=makeup+lessons&zoom_xml=1

  • #2
    ok I figured out how to get more results per page using zoom_per_page=

    But I still don't know if there's a way to setup pagination for these results and also edit the cgi script.

    Comment


    • #3
      You can get results from page 2, (results 11 to 20) using these paramters,
      zoom_page=2&zoom_per_page=10

      The CGI is a compiled binary (for speed). It is written in C++. So technically speaking it is not really a script. If you know how to code in C++, then you can purchase the search.cgi source code and then edit the 'script'.

      Comment

      Working...
      X