User Guide
194 Getting Results with Novell Web Services
Getting Results with Novell Web Services
103-000133-001
August 29, 2001
Novell Confidential
Manual 99a38 July 17, 2001
$$Countervariable_number,
increment_number
Inserts the value of the specified var# counter into the search result
page. All counters initialize to zero. The optional second parameter
specifies the amount to increment or decrement the current value.
A maximum of 10 counters is supported. For example:
$$Counter[1] = insert value of counter #1
$$Counter[1,1] = increment counter #1 by 1 and display the new
value
$$Counter[5,-3] = decrement counter #5 by 3 and display the new
value
$$DateTime[date_format] The date and time of a hit. This is automatically written in Java’s
medium format using the client’s locale (all calendars, translations,
date and time formats are observed).
$$DateTime[ ] can use an optional date and time format provided
within the brackets [ ]. The text should conform to the Java
DateFormat syntax.
$$DefaultQueryEncoding Default encoding of query if not otherwise specified.
$$Description The abstract, description, or first 255 display bytes of the result
item.
$$EndCollectionsLoop The end of a repetitive section that will be re-processed for each
search site the user specified in the search query. See also
“$$QueryCollection” on page 196.
$$EndFiltersLoop The end of a repetitive section that will be re-processed for each
filter the specified in the search query.
$$EndLoop End of the repeating body section. Beginning of the footer section.
$$EndReturnFieldsLoop The end of a repetitive section that will be reprocessed for each
return field the user specified in the search query. See also
“$$QueryReturnField” on page 197.
$$FileType Indicates a specific document type. For example, .DOC or .PDF.
$$Filter Pulls the filter values from the original query.
$$FilterOperator Pulls the filter operator from the original query.
$$FirstHit The hit number of the first item in the current result page. Is
displayed using the client’s locale.
Variable Name Description