|
The whole database is searched for the specified keywords. If you want to search a number of keyphrases, you may use either "++" (the OR operator - NO quotes) or "&&" (the AND operator - NO quotes) as your boolean operator.
When searching the database for an item type in what their type is (i.e., insects) this will show all insects, or type in their name (i.e., Tiger Beetle) with "&&" (i.e., tiger&&beetle) will result in one record - The Tiger Beetle.
|