 |
A list of one or more words will find items that contain all of the words,
eg. margin erosion will find:
'erosion of the profit margin'
'extensive margin erosion'
To find a specific phrase you must enclose it within quotes,
eg. "margin erosion" using the examples above will find only:
'extensive margin erosion'.
Use * as a wildcard character and enclose the text in quotes,
eg. "margin*" will find:
'margin', 'marginal', 'margins'.
Use AND / OR to create more detailed combination searches,
eg. ("margin*" OR profit) AND erosion will find:
'erosion of profit margins'
'extensive marginal erosion'
'significant profit erosion'
|
|
 |