Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / web / htdocs / help / find.html
index 06fcce5..f579a7c 100644 (file)
    <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'
-       )"><tt>state or national</tt></a>
+       '/find.html?dc.title=state+or+national&amp;_search=Search'
+       ); return false;"><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'
-       )"><tt>*indexdata*</tt></a>
+       '/find.html?net.host=*indexdata*&amp;_search=Search'
+       ); return false;"><tt>*indexdata*</tt></a>
        would find all services hosted on Index Data machines.
    </li>
   </ul>