That's correct, I don't render the search results as that would be quite complicated to implement. The problem is that I only display the first 2-3 lines of the codepedia content.
For example if the top of the page is [code] and then I cut the page so that the closing [/code] is not included,then the entire page would be corrupted as there's no closing tag to render.
Of course I could try to strip-out all the tags entirely, and that something that I will try to implement.
/WEBMASTER