Searching M204wiki: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
M204wiki offers these searching alternatives:
As described in the following subsections, M204wiki offers several alternative ways to find the information you want.


<ul>
<p class="note"><b>Note:</b> If you merely are trying to find something on the page you are viewing, press Ctrl+F to invoke the browser page search. </p><br/>
<li>Your browser's Google search.
 
==Your browser's '''Google search'''==
<p>
<p>
[[File:GoogleSearch.png|none|border|600px]]</p>
[[File:GoogleSearchMwiki.png|none|border|650px]]</p>
<p>
<p>
''This may be the best of the search options'', though very recently created pages may not yet be indexed.</p>
''This might be the best of the search options'', though very recently created pages might not yet be indexed.</p>
<p>
<p>
Precede or follow your search term with the word <code>M204wiki</code>. </p>
Precede or follow your search term with the word <code>M204wiki</code>. (Ignore Google's message: "Did you mean M204 Wiki?" M204wiki as one word yields better search results.)</p>
The search is not case-sensitive. Enclose multiple-word search terms in quotation marks for the most precise results.




<li>The <tt>search</tt> box in the M204wiki sidebar '''<tt>search</tt>''' area.  
==The '''M204wiki search'''==
This is a search box located above the article text or in the left sidebar.  
<p>
<p>
[[File:SearchBox.png|none|border|140px]] </p>
Under the default ("Vector") "skin" (wiki interface presentation): </p>
<ul>
<li>The Vector search tool uses what you type in the search box as a stem, and it suggests auto-completions for existing wiki page names (after capitalizing the first character). Selecting the name of a page then brings up the page. 
 
<li>If you search for a non-existing page name (case not important), you get a list of pages that contain or approximately contain your search string. <i>Enclose multiple-word search terms in double quotation marks for the most precise results.</i>
<p class="note"><b>Note:</b> You receive two sets of results: the first ("Google site results") is the list from the M204wiki built-in Google site-search, and the second ("Wiki results") is from the M204wiki native search tool. </p></li>
</ul>
An advantage of using the M204wiki search box is quick creation of a new page:
<ol>
<li>Specify the page name, exactly as you want it.
<li>Click the "magnifying glass" icon.
<li>In the "Wiki results" section of the "Search results" page, click the page name (red) in the prompt to create a new page:
<p>
<p>
The search is case-sensitive. If you have an exact page name, click the '''Go''' button to proceed directly to the page. Otherwise, click '''Search''' for a list of results. </p>
[[File:CreatePage.png|none|border]]</p></li>
<p>
An advantage of this tool is quick creation of a new page:</p>
<ol>
<li>In the search box, specify the page name, exactly.
<li>Click the '''Go''' button.
<li>In the "Search results" page, click the page name (red) in the prompt to create a new page.
</ol>
</ol>
<blockquote class="note"><b>Notes: </b>
<ul>
<li>To search for a phrase, enclose it in double quotation marks.
<li>Wildcard searches do not work.
<li>Your results may include wiki or HTML formatting characters, because the search uses the source text of the wiki pages (what you see if you edit a page).
</ul>
</blockquote>
===Fast path to wiki search box: Alt-Shift-F===
On some browsers, you can use keyboard shortcuts rather than certain mouse operations to work with the wiki pages. Generally, these shortcuts pop up as tool tips when you let the mouse hover over some clickable area.


An important shortcut enables you to immediately jump to the wiki <var>Search</var> box with focus there, so that you can immediately type your search terms and then press Enter:
<p class="code">Alt-Shift-F</p>


<li>The "SphinxSearch" link in the sidebar '''<tt>search</tt>''' area.
That is, simultaneously hold down the <code>Alt</code>, <code>Shift</code>, and <code>F</code> keys.
 
==The '''Method search''' tool==
This is found in the sidebar <tt>Help/Editing</tt> area.
<p>
<p>
This tool does a better job rendering wiki markup, so reported results are often formatted clearer than the default search box. </p>  
This is for [[Object oriented programming in SOUL|SOUL OO]] system class methods only. In addition to being very fast, this tool provides wildcard searching, so you don't have to know the exact method name.</p>




<li>The "Method search" link in the sidebar '''<tt>search</tt>''' area.
==Browsing a '''category page'''==
<p>
<p>
This is for <var class="product">Janus SOAP</var> system class methods only. In addition to being very fast, this tool provides wildcard searching, so you don't have to know the exact method name.</p>
Most M204wiki pages belong to one or more categories, which are named collections of similar topics. A category page contains links to each of its member topics. Category page names are prefixed by <code>Category:</code> and are collected themselves on the [[Special:Categories|Categories]] page. </p>
</ul>

Latest revision as of 22:33, 17 February 2015

As described in the following subsections, M204wiki offers several alternative ways to find the information you want.

Note: If you merely are trying to find something on the page you are viewing, press Ctrl+F to invoke the browser page search.


Your browser's Google search

This might be the best of the search options, though very recently created pages might not yet be indexed.

Precede or follow your search term with the word M204wiki. (Ignore Google's message: "Did you mean M204 Wiki?" M204wiki as one word yields better search results.)

The search is not case-sensitive. Enclose multiple-word search terms in quotation marks for the most precise results.


The M204wiki search

This is a search box located above the article text or in the left sidebar.

Under the default ("Vector") "skin" (wiki interface presentation):

  • The Vector search tool uses what you type in the search box as a stem, and it suggests auto-completions for existing wiki page names (after capitalizing the first character). Selecting the name of a page then brings up the page.
  • If you search for a non-existing page name (case not important), you get a list of pages that contain or approximately contain your search string. Enclose multiple-word search terms in double quotation marks for the most precise results.

    Note: You receive two sets of results: the first ("Google site results") is the list from the M204wiki built-in Google site-search, and the second ("Wiki results") is from the M204wiki native search tool.

An advantage of using the M204wiki search box is quick creation of a new page:

  1. Specify the page name, exactly as you want it.
  2. Click the "magnifying glass" icon.
  3. In the "Wiki results" section of the "Search results" page, click the page name (red) in the prompt to create a new page:

Notes:

  • To search for a phrase, enclose it in double quotation marks.
  • Wildcard searches do not work.
  • Your results may include wiki or HTML formatting characters, because the search uses the source text of the wiki pages (what you see if you edit a page).

Fast path to wiki search box: Alt-Shift-F

On some browsers, you can use keyboard shortcuts rather than certain mouse operations to work with the wiki pages. Generally, these shortcuts pop up as tool tips when you let the mouse hover over some clickable area.

An important shortcut enables you to immediately jump to the wiki Search box with focus there, so that you can immediately type your search terms and then press Enter:

Alt-Shift-F

That is, simultaneously hold down the Alt, Shift, and F keys.

The Method search tool

This is found in the sidebar Help/Editing area.

This is for SOUL OO system class methods only. In addition to being very fast, this tool provides wildcard searching, so you don't have to know the exact method name.


Browsing a category page

Most M204wiki pages belong to one or more categories, which are named collections of similar topics. A category page contains links to each of its member topics. Category page names are prefixed by Category: and are collected themselves on the Categories page.