Quote:
I'm guessing it has something to do with "*" being used by the search engine as a wildcard character.
Well, yes and no. * is in fact a wildcard, but's being stripped out in the phpBB code when the search function is run.
I don't know workaround that will last thru the phpBB code revision cycle. I just went thru the code for the search page, and it's not something that I want to modify right now.
The solution would be to use \* to escape the *, BUT that also gets stripped out due to the way the code is written. I'll see what I can come up with, but I make no promises right now.
--md