MySQL Forums
Forum List  »  Full-Text Search

make full-text search case sensitive
Posted by: Grum De Henseler
Date: April 29, 2017 01:06AM

Does anyone else get empty set when issuing the following?

select * From articles where match(title, body) against('database') collate latin1_bin;

I created the articles table and populated as per the example in https://dev.mysql.com/doc/refman/5.6/en/fulltext-natural-language.html

Thanks in advance
Grum

Options: ReplyQuote


Subject
Views
Written By
Posted
make full-text search case sensitive
1977
April 29, 2017 01:06AM


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.