Currently, the forum search function returns a page (example URL:
https://www.modelright.com/search/SearchResults.aspx?q=Hardware+Fingerprint+)
... that contains teasers for suggested posts, with links whose URLs are broken -- ie: clicking them brings up a "We are currently unable to serve your request" page.
The problem appears to be that the URLs on the search results are of the form:
href="/forums/post/150.aspx"
... when it should be...
href="/forums/thread/150.aspx" ... which works. Ie: post --> thread
--- Graham