Difference between revisions of "Help:ASK"

MyWikiBiz, Author Your Legacy — Saturday April 20, 2024
Jump to navigationJump to search
(instantaneously)
Line 1: Line 1:
 +
<blockquote>See also [[Help:Inline Queries|Inline Queries]] for detailed explanations regarding query paramaters.</blockquote>
 +
 
'''ASK''' is [[Directory:Centiare|Centiare's]] parser function free-form query tool that can be used in conjunction with or as an alternative to the [[Centiare:Search Triple|Search Triple]] query-by-form tool.  
 
'''ASK''' is [[Directory:Centiare|Centiare's]] parser function free-form query tool that can be used in conjunction with or as an alternative to the [[Centiare:Search Triple|Search Triple]] query-by-form tool.  
  

Revision as of 12:36, 21 December 2006

See also Inline Queries for detailed explanations regarding query paramaters.

ASK is Centiare's parser function free-form query tool that can be used in conjunction with or as an alternative to the Search Triple query-by-form tool.

Example

Suppose you were interested in displaying all of the Centiare articles where a Latitude attribute between 39 degrees and 40 degrees North has been tagged. The following example ASK query...

<ask>
[[City:=*]]
[[State Code:=*|State]]
[[Zip:=*]]
[[Latitude:=>39.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
</ask>

...instantaneously produces this report:

<ask> * State * >39.0Property "Latitude" (as page type) with input value ">39.0" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.<40.0Property "Latitude" (as page type) with input value "" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.Latitude </ask>


Of course, this is just an example, and ASK queries may be written to be as inclusive or restrictive of qualifying attributes as the author wishes.