MysqlWord searching
SELECT * FROM articles WHERE MATCH (title,body)
-> AGAINST ('*apple*' IN BOOLEAN MODE);
so that we would get back results:
appleby
appleseed
bigapple
redapple
sharing some tech problems and soln
SELECT * FROM articles WHERE MATCH (title,body)
-> AGAINST ('*apple*' IN BOOLEAN MODE);
so that we would get back results:
appleby
appleseed
bigapple
redapple
Posted by Sajjad at 2:03 pm
No comments:
Post a Comment