New Patch and relative pathed results

josh104
Posts: 24
Joined: Mon Oct 09, 2006 5:39 pm

New Patch and relative pathed results

Post by josh104 »

We return the results from the search appliance through XML to another server on our domain, and everything has been working great.

However, I just recently updated to the newest texisScripts, and while I'm not sure if they are directly related, clicking on the results in our search pages has stopped working.

It looks like the problem is that the links are now being served to the "texis/search/redir.html" URL, but instead of serving them with the search server as the root, they are served as relative links, and as such, all the results are broken.

Is there a way to have the search results be presented as absolute links to the redirect page instead of relative links?

Thanks.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

New Patch and relative pathed results

Post by mark »

The "redir" is due to query logging being on so that clickovers can be logged. You can either turn off query logging or have the server that's publishing the results prepend something appropriate. Since you're republishing you'll also have to handle the redir requests on your server. The actual result url is encoded in the redir url as parameter named "u".
dietric
Posts: 100
Joined: Fri May 20, 2005 10:57 am

New Patch and relative pathed results

Post by dietric »

It would be appreciated if changes that have a potential to break all the search results would be documented properly. All I see in the maintenance window is "Provide proper in XML for query logging. ", which does not provide any indication of the consequences that this update has for everyone who does their own XSL transformation.
Are you planning to release a fix that presents results using absolute links anytime soon?

Thanks
-ds
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

New Patch and relative pathed results

Post by jason112 »

This was a fix that gave the proper url when query logging is enabled. In order to track the query logging results, it has to go through a redirect on the appliance. The problem before was that the plain URL was given when Query Logging is enabled.

If you want just the result URL in the xml results, you can disable query logging on the profile.
dietric
Posts: 100
Joined: Fri May 20, 2005 10:57 am

New Patch and relative pathed results

Post by dietric »

I do understand why it was implemented, but the fix introduced another more significant bug which will break all our pages. There is no simple fix that I can implement, and I have 250+ sites that use several different search appliances. Turning off query logging is not an option either in the long run.

-ds
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

New Patch and relative pathed results

Post by mark »

A fix is in the works to restore <Url> to it's prior behavior and add a different field for the clickover url.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

New Patch and relative pathed results

Post by mark »