Skip to content

Commit 0a07442

Browse files
authored
[5.1] Complete com_search deprecation #40727 (#42891)
* [4.4] Complete #40727
1 parent c594155 commit 0a07442

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

administrator/language/en-GB/localise.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public static function getPluralSuffixes($count)
5050
* @return array An array of ignored search words.
5151
*
5252
* @since 1.6
53+
*
54+
* @deprecated 5.1 will be removed in 7.0 without replacement
5355
*/
5456
public static function getIgnoredSearchWords()
5557
{
@@ -62,6 +64,8 @@ public static function getIgnoredSearchWords()
6264
* @return integer The lower length limit of search words.
6365
*
6466
* @since 1.6
67+
*
68+
* @deprecated 5.1 will be removed in 7.0 without replacement
6569
*/
6670
public static function getLowerLimitSearchWord()
6771
{
@@ -74,6 +78,8 @@ public static function getLowerLimitSearchWord()
7478
* @return integer The upper length limit of search words.
7579
*
7680
* @since 1.6
81+
*
82+
* @deprecated 5.1 will be removed in 7.0 without replacement
7783
*/
7884
public static function getUpperLimitSearchWord()
7985
{
@@ -86,6 +92,8 @@ public static function getUpperLimitSearchWord()
8692
* @return integer The number of chars to display when searching.
8793
*
8894
* @since 1.6
95+
*
96+
* @deprecated 5.1 will be removed in 7.0 without replacement
8997
*/
9098
public static function getSearchDisplayedCharactersNumber()
9199
{

0 commit comments

Comments
 (0)