PassMark Logo
Home » Forum

switch to XML/RSS output without reindexing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ai29
    Junior Member
    • Mar 2011
    • 2

    #1

    switch to XML/RSS output without reindexing

    I set the html option for my index, and now I want to switch to xml. How to do this without reindexing? Thanks.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    From the help file,

    -=-=-=-=-
    You can switch between HTML and XML/RSS output via a URL parameter of "zoom_xml".

    So the following URL would display search results for "dog" in HTML:

    search.cgi?zoom_query=dog&zoom_xml=0

    And the following URL would display search results for "dog" in XML/RSS:

    search.cgi?zoom_query=dog&zoom_xml=1
    -=-=-=-=-

    Comment

    Working...