I'm trying to use the Full text Search with the japanese language using either doublebyte or singlebyte character. The problem is it doesn't seem to be working at all for any searches. I use a sql statement like this one
select * from hdwkeywords where match (JAPANESE) against ('japanese keyword')
Where the japanese keyword is either a singlebyte or doublebyte character. Now i can get this to work in english but not in japanese, is there support for it? Or did i forget to enable something or am i doing this completely wrong?
Thanks for you help
Ryan
select * from hdwkeywords where match (JAPANESE) against ('japanese keyword')
Where the japanese keyword is either a singlebyte or doublebyte character. Now i can get this to work in english but not in japanese, is there support for it? Or did i forget to enable something or am i doing this completely wrong?
Thanks for you help
Ryan