[FoundItems]Database Fields[/FoundItems]
To display a list of all the matching records from a Search command or a [Search] context, put a [FoundItems] context into a WebCatalog template. If the search specified a maximum number of matches, then only that many will be displayed in the [FoundItems] loop. To display the result of many searches on a single page, you may put the [FoundItems] context inside an embedded [Search] context. Also see [ShowNext].
Example (normally you would put the following text into a .tpl file on your server and use a web browser to link to it):
Try It!
The following tags are available inside a [FoundItems] context:
| Tag | Description |
|---|---|
|
[FieldName] |
Name of any field in the database being searched |
|
[Index] |
A number from 1 to the number of matching records indicating this record's index in the list |