Using Simple Search
Simple Search provides an easy way to search all the text fields for one or more terms. Simple Search is used by default unless you use the Complex Search to build more refined searches.
When you use Simple Search, you can use the following prefixes to designate individual terms as required, optional, or to be excluded from the search results:
AND vs. OR : This selection controls how a space between words is interpreted. Selecting AND will require every word or phrase to appear in the article. This is how Google operates. The recommended option is "OR" which will give you a larger set of matched documents.
- : Exclude documents from the results if they contain terms that begin with -.
| : Include documents that contain the term in the search results, even if they don't contain the other terms. Use this with the AND operator. The | operator only applies to individual terms.
"phrase" : To match a complete phrase rather than the individual terms in the phrase when you search with the simple query parser, enclose the phrase in double quotes.
* : The asterisk can be used as a wildcard at the end of terms. Jcat is configured with automatic stemming. For example, you do not need to specify wildcards for "metabolism" for it to automatically match "metabolic". The wildcard is intended to match based on prefix, such as neuro* which will match neuroglial, neurons, neurodegenerative, etc.