Changes

MyWikiBiz, Author Your Legacy — Thursday May 02, 2024
Jump to navigationJump to search
1,964 bytes added ,  16:44, 26 December 2007
Centiare to MyWikiBiz
Line 1: Line 1: −
'''ASK''' is Centiare's parser function free-form query tool that can be used in conjunction with the [[Centiare:Search Triple|query-by-form]] tool. The following example produces the report below:
+
''<blockquote>See also [[Help:Inline queries|Inline queries]] for more detailed explanations regarding semantic searches.</blockquote>''
 +
 
 +
'''ASK''' is perhaps [[Directory:MyWikiBiz|MyWikiBiz's]] most powerful tool for searching for information in the directory. It can be used in conjunction with or as an alternative to the [[Help:Search Triple|Search Triple]] form-based search tool.  Only [[Help:Registration|registered users]] may create these ASK queries.
 +
 
 +
----
 +
 
 +
===Example 1===
 +
Suppose you were interested in displaying all of the MyWikiBiz articles where a ''[[Latitude]]'' [[Help:Semantic_Tags#Attributes|attribute]] between 36 degrees and 42 degrees North has been tagged by an editor. The following example ASK query...
    
<pre>
 
<pre>
Line 6: Line 13:  
[[State Code:=*|State]]
 
[[State Code:=*|State]]
 
[[Zip:=*]]
 
[[Zip:=*]]
[[Latitude:=>39.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
+
[[Latitude:=>36.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
 
</ask>
 
</ask>
 
</pre>
 
</pre>
 +
 +
...instantaneously produces this report when the page is saved:
    
<ask>
 
<ask>
Line 14: Line 23:  
[[State Code:=*|State]]
 
[[State Code:=*|State]]
 
[[Zip:=*]]
 
[[Zip:=*]]
[[Latitude:=>39.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
+
[[Latitude:=>36.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
 
</ask>
 
</ask>
 +
 +
<br>
 +
 +
===Example 2===
 +
Suppose you wanted to find all the MyWikiBiz articles that identify something in Canada (Country Code is "CA"), but only those that indicate that the subject is incorporated in the state of New York (Incorporation State is "NY").  You also want the phone number of any of the matches.  The following example ASK query...
 +
 +
<pre>
 +
<ask>
 +
[[City:=*]]
 +
[[State Code:=*|State]]
 +
[[Zip:=*]]
 +
[[Phone:=*]]
 +
[[Country Code:=CA]]
 +
[[Incorporation State:=NY]]
 +
</ask>
 +
</pre>
 +
 +
...instantaneously produces this report when the page is saved:
 +
 +
<ask>
 +
[[City:=*]]
 +
[[State Code:=*|State]]
 +
[[Zip:=*]]
 +
[[Phone:=*]]
 +
[[Country Code:=CA]]
 +
[[Incorporation State:=NY]]
 +
</ask>
 +
 +
 +
<br>
 +
 +
===Stop marveling and get going!===
 +
Of course, these are just examples, and ASK queries may be written to be as inclusive or restrictive of qualifying [[Special:Attributes|attributes]], [[Special:Categories|categories]], or [[Special:Relations|relations]] as the author wishes.  The strength of these searches depends on other MyWikiBiz users properly tagging articles with useful and appropriate semantic tags.  The more semantic tags you introduce to an article, the more likely it will be found by someone constructing an ASK query.
 +
 +
We recommend that you experiment with your own ASK queries on your User page (or sub-page) before you implement them in Directory or Main Space pages.

Navigation menu