mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11050] get_common_words() returns empty array for sphinx
PHPBB-11050
This commit is contained in:
@@ -194,13 +194,13 @@ class phpbb_search_fulltext_sphinx
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the common_words array
|
* Returns an empty array as there are no common_words
|
||||||
*
|
*
|
||||||
* @return array common words that are ignored by search backend
|
* @return array common words that are ignored by search backend
|
||||||
*/
|
*/
|
||||||
public function get_common_words()
|
public function get_common_words()
|
||||||
{
|
{
|
||||||
return $this->common_words;
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user