<html>
<!-- BEGIN WEBMAIL STATIONERY -->
<head></head>
<body>
<!-- WEBMAIL STATIONERY noneset -->
<DIV>I'm using MySQL fulltext searching for the first time.&nbsp; It works really great, but it has a couple odd behaviors that I need to deal with.&nbsp; It has a stop word list, and it also creates a stop word list from the data it is indexing.&nbsp; I need to be able to display a message to a user when they try to search for a stop word.&nbsp; One example would be the word "Drake" when searching the Drake University news archive.&nbsp; Granted, we don't want to return every record in the database, which is exactly what would happen if they typed in that word.&nbsp; Is there some way I can programmatically tell if a word was not found or it was in the stop word list?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Carl Olsen</DIV>
<DIV>Drake University</DIV>
<DIV>www.drake.edu</DIV>
<!-- END WEBMAIL STATIONERY -->

</body>
</html>