MyBB Community Forums

Full Version: Using search for escaped characters?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to search for a specific word or phrase on MyBB Community that may include a special character?
I want to find posts that contain "$errors", but results show "errors".

Using the google method enclosing in quotes does not produce different results. Is it an impossible ask?
Certainly there are a lot of attempts trying to achieve your goal:
https://www.google.de/search?q=mysql+fin...characters

In fact, this will require some hard code changing in search.php.

[ExiTuS]