404 Page Search Function

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
4/21/2010 10:55:27 AM
Gravatar
Total Posts 2239

404 Page Search Function

Hi,

I don't know if I missed something or not but I can't seem to find any way to make the 404 Page use the mojoPortal Search instead of the Google Search. Can this be done w/o custom code?

Thanks,
Joe D.

4/22/2010 1:05:37 PM
Gravatar
Total Posts 18439

Re: 404 Page Search Function

Hi Joe,

To my surprise, if I use a skin that exposes the search input rather than a link it seems to work on my local machine.

However, in general, I would not have expected it to work and would avoid trying to get too fancy with the 404 page because it isn't used like other pages. We don't redirect to it, we make a server side web request for it just so we can scrape the html from it, which we then render in the browser while still returning the 404 status code. I would not want to create circumstances that encourage the user to then make a postback against the 404 page. Best if they click a link and go elsewhere like the site map, or the google search is done with javascript requests back to google, so it doesn't post back to the 404 page.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.