From 2423831b90acfdee93213f058b0b4a2991fbde55 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Apr 2020 09:12:56 +0000 Subject: [PATCH] Added todo --- include/api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/api.php b/include/api.php index 77dc020da3..97c30e317a 100644 --- a/include/api.php +++ b/include/api.php @@ -1540,6 +1540,7 @@ function api_search($type) $params = ['order' => ['id' => true], 'limit' => [$start, $count]]; if (preg_match('/^#(\w+)$/', $searchTerm, $matches) === 1 && isset($matches[1])) { $searchTerm = $matches[1]; + /// @todo $uriids = Tag::getURIIdListForTag($searchTerm, local_user()); $condition = ["`oid` > ? AND (`uid` = 0 OR (`uid` = ? AND NOT `global`)) AND `otype` = ? AND `type` = ? AND `term` = ?",