11,153
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
====Limiting results==== | ====Limiting results==== | ||
* '''Any word''': BelieveTheSign's default search mode will turn up results with '''''any''''' of the words in your query. For instance, | * '''Any word''': BelieveTheSign's default search mode will turn up results with '''''any''''' of the words in your query. For instance, | ||
serpent seed | |||
will turn up results containing only "serpent" but not "seed" or only "seed" but not "serpent" in addition to the ones you probably wanted, which contain both words. | |||
Boolean search is also possible, using words including "AND", "OR", and "NOT". | * '''All words''': To limit to results that include '''''all''''' words, put a "+" at the beginning of each word: | ||
+serpent +seed | |||
returns only pages containing both words, like Google's default mode. You can also do a phrase search by enclosing words in quotes: | |||
"serpent seed" | |||
turns up a smaller set of results, which not only have both words but have them in order. | |||
* '''Exclude words''': To exclude results that include some words, put a "-" at the beginning: | |||
serpent -seed | |||
*Boolean search is also possible, using words including "AND", "OR", and "NOT". | |||
====Avoid short and common words==== | ====Avoid short and common words==== | ||
Line 23: | Line 32: | ||
====Wildcards==== | ====Wildcards==== | ||
You can use some limited wildcards if you really want to. Look up "[http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html fulltext search]" on | You can use some limited wildcards if you really want to. Look up "[http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html fulltext search]" on mysql.com and look down under 'boolean search' for the details. However, wildcard searches are slower, so go easy on our poor server. | ||
====Words in single quotes==== | ====Words in single quotes==== | ||
If a word appears in an article with single quotes, you can only find it if you search for the word with quotes. | If a word appears in an article with single quotes, you can only find it if you search for the word with single quotes. This should not occur often as we have tried to exclude this from the site. | ||
An apostrophe is identical to a single quote, therefore Mu'ammar can be found searching for exactly that (and not otherwise). A word with apostrophe s is an exception in that it can be found also searching for the word without the apostrophe and the s. | An apostrophe is identical to a single quote, therefore Mu'ammar can be found searching for exactly that (and not otherwise). A word with apostrophe s is an exception in that it can be found also searching for the word without the apostrophe and the s. |