Skip to content

Commit ec577fa

Browse files
committed
Merge branch 'master' into self-hosted
2 parents f48e352 + 1904aa7 commit ec577fa

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

tags/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Each Textpattern tag is described in detail on its respective reference page. Se
340340

341341
* [search_input](/tags/search_input)
342342
* [search_result_count](/tags/search_result_count)
343-
* [search_result_date](/tags/search_result_date)
343+
* [search_result_date](/tags/search_result_date) <span class="footnote error">**Deprecated**</span>
344344
* [search_result_excerpt](/tags/search_result_excerpt)
345345
* [search_result_title](/tags/search_result_title)
346346
* [search_result_url](/tags/search_result_url)

tags/search_result_date.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ tags:
1010

1111
# Search result date
1212

13+
**Deprecated in Textpattern 4.8.6** (use the [posted](/tags/posted) tag instead)
14+
{: .alert-block .error}
15+
1316
**Contents**
1417

1518
* Table of contents
@@ -41,10 +44,16 @@ The **search_result_date** tag is a *single* tag. This tag will provide the arti
4144
</txp:permlink>
4245
</h3>
4346
<p>
44-
<txp:search_result_date /> | <txp:posted />
47+
<txp:search_result_date />
4548
</p>
4649
~~~
4750

48-
Used in a search results form, this offers a search result entry comprising a hyperlinked article title, and the date that article was posted.
51+
Used in a search results form, this offers a search result entry comprising a hyperlinked article title, and the date that article was posted. The `<txp:search_result_date />` should be replaced with `<txp:posted />`: they perform identically.
52+
53+
Other tags used: [title](/tags/title), [permlink](/tags/permlink).
54+
55+
## Genealogy
56+
57+
### Version 4.8.6
4958

50-
Other tags used: [title](/tags/title), [permlink](/tags/permlink), [posted](/tags/posted).
59+
Tag support removed - use [posted](/tags/posted) tag instead.

tags/search_result_excerpt.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ The **search_result_excerpt** tag is a *single* tag that will show the occurrenc
2727

2828
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
2929

30-
`break="tag"` <span class="footnote error">Deprecated v4.7.0</span>
31-
: Trailing string.
32-
: **Default:** `` (ellipsis).
33-
3430
`hilight="tag"`
3531
: HTML tag to be used for search term matches in excerpt text, without brackets.
3632
: **Default:** `strong`.

0 commit comments

Comments
 (0)