stopword
In a FULLTEXT index, a word that is considered common or trivial enough that it is omitted from the search index and ignored in search queries. Different configuration settings control stopword processing for InnoDB
and MyISAM
tables.
See also FULLTEXT index.
See also search index.