<li>They can use boolean operators: for example, a title search
could be for
<a href="#" onclick="sendOpener(
- '/find.html?dc.title=state+or+national&_search=Search'
+ '/find.html?dc.title=state+or+national&_search=Search'
)"><tt>state or national</tt></a>
</li>
<li>They can use the standard wildcard characters: <tt>?</tt> for
any single character and <tt>*</tt> for any run of zero or
more characters. For example, a hostname search of
<a href="#" onclick="sendOpener(
- '/find.html?net.host=*indexdata*&_search=Search'
+ '/find.html?net.host=*indexdata*&_search=Search'
)"><tt>*indexdata*</tt></a>
would find all services hosted on Index Data machines.
</li>