MySQL Forums
Forum List  »  Full-Text Search

Partial Words
Posted by: Tobias Niederhauser
Date: December 30, 2005 02:49PM

hello,

I want to search for partial words. But the other way around "as normal".

for example -> a search for "hauser"...

SELECT * FROM table WHERE MATCH (field)
AGAINST ('*hauser' IN BOOLEAN MODE)

Doesn't work. Is there any way around it not using LIKE %nieder?

regards,
tobi

Options: ReplyQuote


Subject
Views
Written By
Posted
Partial Words
5328
December 30, 2005 02:49PM
2540
December 30, 2005 02:56PM
2628
January 01, 2006 12:11PM
2577
January 04, 2006 03:46AM
2747
January 09, 2006 07:36PM
2349
January 16, 2006 11:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.