mirror of
https://github.com/friendica/friendica
synced 2025-04-20 18:30:10 +00:00
Rename BaseSearchModule::performSearch to performContactSearch to remove purpose confusion
This commit is contained in:
parent
2056e6a5c4
commit
ec7eb9d83a
3 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@ use Friendica\Util\Strings;
|
|||
class BaseSearchModule extends BaseModule
|
||||
{
|
||||
/**
|
||||
* Performs a search with an optional prefix
|
||||
* Performs a contact search with an optional prefix
|
||||
*
|
||||
* @param string $search Search query
|
||||
* @param string $prefix A optional prefix (e.g. @ or !) for searching
|
||||
|
@ -31,7 +31,7 @@ class BaseSearchModule extends BaseModule
|
|||
* @throws HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
public static function performSearch($search, $prefix = '')
|
||||
public static function performContactSearch($search, $prefix = '')
|
||||
{
|
||||
$a = self::getApp();
|
||||
$config = $a->getConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue