|
|
SearchFrom NbptGnus
[+] Search
User AidsSearching the Web
Searching for MultimediaWhen searching for unrestricted graphics content, it is hard to beat the huge commons of Wiki commons. Use the search engine on toolserver.org to find the images or other media you're looking for. http://toolserver.org/~tangotango/mayflower/ Any image found there can be used under the terms of the (creative commons) license listed -- meaning it can be used here or on your website. Native (Application) SearchApplications such as this wiki (mediawiki), and CMS systems (e.g. Drupal) obviously know their own content. So, if you are looking for something and want the best results for those applications, you should make use of the direct search facilities in the application. Note that this wiki and the CMS systems also provide an 'OpenSearch' implementation that lets you use your browser's search toolbar to directly search these applications. The MediaWiki system now includes a Ajax 'suggest' feature while you type in the search box. Setting is a UPO or User Preference Option that you control in your user settings.
GeneralGoogle offers a service called the Google Custom Search Engine. The Google CSE is much like the 'normal' Google, but is configured to include only domains that you want. Additionally, the domains can be grouped into 'realms' that can be used to assist the user to find content according to functional area. An example implementation can be seen at the OASIS search site http://search.oasis-open.org The main limitations of the Google CSE are that
To meet these needs, use a product like mnoGoSearch mw:Apache_Solr or mw:Nutch which you are free to install and configure to suit your requirements. See wp:Category:Internet_search_engines for a list of search engine solutions. Editors
Developers
Opensearch Implementation exampleOpensearch is implemented in the MediaWiki system. Viewing source on a page, you will see the following element:
<xml>
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="{{SITENAME}} (English)" />
</xml>
That script (/wiki/opensearch_desc.php) generates xml output that the browser can interpret |