I&#39;ll update this in the docs but here&#39;s the changes.<br><br>1. There&#39;s a new search button. It&#39;s under the current &quot;search&quot; and &quot;go&quot; buttons. If you use the new button (&quot;Search From Page&quot;), the current page will be used as a starting point for all searches. <br>
<br>2. When you look at the results, you&#39;ll note that there&#39;s a new line at the top of the form. It identifies what page the search was &quot;based&quot; upon as well as providing a way to go back to that page. Clicking on the label returns you to the &#39;base&#39; page.<br>
<br>3. The base page is now available at the bottom of the page to change if you want to search from a different page. <br><br>4. Clicking through the search pages will continue to allow you to use explore the results from the base page. All of the page links reflect this.&nbsp; In other words, the page won&#39;t forget that you are&nbsp; searching a&nbsp; subset of the pages. But every page view also allows you&nbsp; to reset&nbsp; the search term, the&nbsp; base page, or the&nbsp; namespaces at the bottom of thee page.<br>
<br>5. This same capability is available in a tag similar to the one I did earlier in the week for Google.<br><br>6. The name of the tag is &quot;&lt;sitesearch&gt;&quot;. <br><br>7. You can specify that the tag to either search with the current page as the &#39;base page&#39; or you can specify an alternate page like this:<br>
<br>&lt;sitesearch&gt;OpenWetWare:Software&lt;/sitesearch&gt;<br><br>8. If the namespace of the page to be used as the base page is not in the default namespace, you need to include it between the &lt;sitesearch&gt; tags. <br>
<br>9. The changes have been done in a way that no mods to the underlying MediaWiki components, with one exception. <br><br>A. The current SpecialSearch.php page used to display the output from the search needs to be modified. The mods will allow the changes made on OpenWetWare.php to support Google search.<br>
<br>10. There also is a change in search in general. Wildcard searches (a search term ending in an asterisk) are now supported. I may have to tweak this a bit but it does make search more useful. <br><br>Thanks.<br><br>B.<br>
&nbsp;  <br><br>