search result excerpt
From Textbook
<txp:search_result_excerpt />
The search_result_excerpt tag is a single tag. The tag will show the occurence of the search term with some surrounding context.
Contents |
Attributes
Tag will accept the following attributes (case-sensitive):
- limit="integer"
- Maximum number of search match excerpts per search result.
- Default:
5. - hilight="tag"
- HTML tag to be used for search term matches in excerpt text, without brackets.
- Default:
strong - break="tag"
- Trailing string.
- Default: ellipsis (
…).
Examples
Example 1: Display up to 15 search excerpts with a search results form
<h3><txp:permlink><txp:title /></txp:permlink></h3> <p><txp:search_result_excerpt hilight="p" limit="15" /> <small><txp:permlink><txp:permlink /></txp:permlink> · <txp:posted /></small></p>
Genealogy
Version 4.0.6
-
breakadded




