Search Help
Reprinted from http://urbangiraffe.com/plugins/search-unleashed/:
Searching
Search Unleashed tries to be as simple as possible for users performing searches and does not present a complicated set of search options. Instead a search is performed across all indexed data, and can be made using a similar syntax to what is used in popular search engines like Google or Yahoo.
Wildcards are supported through a *, but only when 'full text' searching is enabled:
head*
This will find all words that start with head.
Words can marked as required or not required using + and -:
+headspace - the word 'headspace' must exist
-headspace - the word 'headspace' must not exist
An exact phrase can be included by wrapping the phrase in quotes:
'exact search phrase'
Logical inclusion also works:
headspace AND plugin = +headspace +plugin
Here both headspace and plugin must exist.
Unlike some other plugins, Search Unleashed allows you to search for words smaller than four characters in length.