Greetings,

I noticed that the search.module does not parse out the bbcode from bbcode module. I was able to easily fix this in the search.module, but was unsure for which module to file the bug? Obviously, you don't want contributed modules changing core modules, yet core modules may not be aware of all contributed modules. Anyway, let me know which module to file the bug for and I will submit my most likely overly simple regexp patch.

mitomac

Comments

Steven’s picture

This has been (implicitly) addressed in the new search in the development version, which indexes the HTML output rather than the original input. This allows us to do much more advanced word ranking based on HTML tag usage (e.g. anything inside <h1> is probably important).

--
If you have a problem, please search before posting a question.

mitomac’s picture

Thanks for the fast reply. The new search function sound great. Looking forward to the stable release of the CVS version.

mitomac