Comment 1 for bug 3942

Revision history for this message
Steve Alexander (stevea) wrote : Re: Present search results instead of NotFound pages

The way to do this is to raise a particular subclass of NotFound, say ProductNotFound. Then, we can register a custom 404 error page for the ProductNotFound error that has this search stuff on it.