If you use logical operators, you can use the following methods to modify the search term.
Use * wildcards to define search terms. For example, this search term returns documents containing words such as UXLogiCard or UXProPack:
*UX*
Search for exact phrases by enclosing them in double quotes. For example:
"UXLogiCard upgrade offer"
Use brackets to define subexpressions. This example returns documents in which complain occurs before UXLogiCard or UXProPack:
complain BEFORE (UXLogiCard OR UXProPack)
Note: Logical operators are evaluated left to right unless brackets are used
Add line breaks to make complex search expressions easier to read. For example:
complain BEFORE (UXLogiCard OR PraxisPro)
Copyright © 2014 CA.
All rights reserved.
|
|