I'll update this in the docs but here's the changes.<br><br>1. There's a new search button. It's under the current "search" and "go" buttons. If you use the new button ("Search From Page"), the current page will be used as a starting point for all searches. <br>
<br>2. When you look at the results, you'll note that there's a new line at the top of the form. It identifies what page the search was "based" upon as well as providing a way to go back to that page. Clicking on the label returns you to the 'base' 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. In other words, the page won't forget that you are searching a subset of the pages. But every page view also allows you to reset the search term, the base page, or the 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 "<sitesearch>". <br><br>7. You can specify that the tag to either search with the current page as the 'base page' or you can specify an alternate page like this:<br>
<br><sitesearch>OpenWetWare:Software</sitesearch><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 <sitesearch> 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>
<br><br>