This section describes the parameters available in templates used by search channels to generate their feeds.
The following parameters are always available.
Parameter
| Description
|
| CHANNEL-METADATA | Inserts channel metadata.
Outside a SearchResults repeating section, this parameter refers to the search channel itself.
|
The following parameters are available inside a SearchResults repeating section.
Parameter
| Description
|
| CHANNEL-METADATA | Inserts channel metadata.
Inside a SearchResults repeating section, this parameter refers to the channel the current search result came from.
|
| ITEM-METADATA | Inserts item metadata from the current search result. |
| ITEM-METADATA-DUMP | Inserts the item's metadata tree.
This is useful when writing new templates and you want to see what metadata the item has.
|
| ITEM-METADATA-TYPE | Inserts the format of the specified item metadata ("text", "html", or "unknown").
This parameter is most useful when used with a mode=atom10 argument which restricts the output to "text" or "html", making it suitable for generating Atom 1.0 output.
|
| ITEM-SCORE | Returns the current search result's score. |
| OPEN-CHANNEL-URL | Returns a special URL that will open the channel the current search result came from in Awasu. |
| OPEN-ITEM-URL | Returns a special URL that will open the current search result in Awasu. |
| OPEN-ITEM-CS-URL | Returns a special URL that will open the current search result in Awasu.
This parameter differs from {%OPEN-ITEM-URL%} in that will try to show the item in the channel's summary page if possible, otherwise it will open the item's URL itself.
|