If I change all of the 0's into 1's, this eliminates the duplicate
problem and solves everything.
My question is, how do I do this? When I change it in the XSLT code
for the front end, it does nothing to fix the problem. The same
querystring is still added on. Can anyone please help me with this?
htp:/mymachine/search?q=slow
+performance&site=default_collection&entqr=0&filter=0&ud=1&filter=0&sort=date
%3AD%3AL
%3Ad1&filter=0&output=xml_no_dtd&filter=0&oe=UTF-8&ie=UTF-8&filter=0&client=product_line&filter=0&proxystylesheet=product_line&filter=0
(I just removed a t from http and a / so it wouldn't paste it as a
condensed link).
As you can see, there are many filters = 0 that need to become 1.
Where do I change this though?
Read here about what the filter parameter really does:
http://code.google.com/apis/searchappliance/documentation/60/xml_reference.html#request_filter_auto
Read here about what the entqr parameter does:
http://code.google.com/apis/searchappliance/documentation/60/xml_reference.html#request_parameters
PS. you only need one "filter=" parameter.
On Dec 22, 1:28 pm, jason411 <jsulli...@cdcsoftware.com> wrote:
> Just to clarify, the querystring should have looked as follows:
>
> htp:/mymachine/search?q=slow
> +performance&site=default_collection&entqr=0&filter=0&ud=1&filter=0&sort=date
> %3AD%3AL
> %3Ad1&filter=0&output=xml_no_dtd&filter=0&oe=UTF-8&ie=UTF-8&filter=0&client=product_line&filter=0&proxystylesheet=product_line&filter=0