I am developing a intranet forum in Php and MySQL and I am using ajax to display searched results on the same page but right now I am using query LIKE text% to search in database which is slower. but I want to make it fast search engin with wildcard search functionality which can also parse *,+ and show result.
Since I am using ajax i am not able to use free search engin,so if possible pls provide a complete solution

