Hi,
We use the XML option (zoom_xml=1) to make requests to the search engine on almost every page of our site. After making the request, we get the Title, and the Link from the XML results, and then display them as a list on our page. Essentially creating a 'Similar Pages' widget.
I'm trying to reduce the size of the XML file that we request, to improve page speed, and reduce download size etc. The XML file at the moment has 50 results, and includes the Title, Link, Description and Context.
I don't need the Description or Context for my widget, so I'd like to know if I can have them NOT appear in the XML results. Removing this text will effectively reduce the size of the page we request on every page load.
Is this possible?
I should also mention we use 'search.cgi' as our scripting language.
We use the XML option (zoom_xml=1) to make requests to the search engine on almost every page of our site. After making the request, we get the Title, and the Link from the XML results, and then display them as a list on our page. Essentially creating a 'Similar Pages' widget.
I'm trying to reduce the size of the XML file that we request, to improve page speed, and reduce download size etc. The XML file at the moment has 50 results, and includes the Title, Link, Description and Context.
I don't need the Description or Context for my widget, so I'd like to know if I can have them NOT appear in the XML results. Removing this text will effectively reduce the size of the page we request on every page load.
Is this possible?
I should also mention we use 'search.cgi' as our scripting language.
Comment