Help:Common words, searching for which is not possible

From Wikiquote

Jump to: navigation, search

Some words cannot be searched for, because they are deemed too common. The following is a full list of those words. They are written as links, so that at least pages with a single common word as title can be found through this list.

If the exact title of an article is known or guessed, the Go button can be used; this feature is not affected by the above-mentioned restriction.


[edit] Fix in MySQL configuration

From MySQL's documentation on Server System Variables:

ft_stopword_file

The file from which to read the list of stopwords for full-text searches. All the words from the file are used; comments are not honored. By default, a built-in list of stopwords is used (as defined in the myisam/ft_static.c file). Setting this variable to the empty string ('') disables stopword filtering. This variable was added in MySQL 4.0.10.

Note: FULLTEXT indexes must be rebuilt after changing this variable or the contents of the stopword file. Use REPAIR TABLE tbl_name QUICK.

[edit] See also