Searching
The Cafe 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 *:
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.
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.