mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
New table "post-content"
This commit is contained in:
parent
8eb3bddc2a
commit
c3398511b4
15 changed files with 447 additions and 431 deletions
|
@ -166,8 +166,8 @@ class Index extends BaseSearch
|
|||
$count = Tag::countByTag($search, local_user());
|
||||
} else {
|
||||
Logger::info('Start fulltext search.', ['q' => $search]);
|
||||
$uriids = ItemContent::getURIIdListBySearch($search, local_user(), $pager->getStart(), $pager->getItemsPerPage(), $last_uriid);
|
||||
$count = ItemContent::countBySearch($search, local_user());
|
||||
$uriids = Post\Content::getURIIdListBySearch($search, local_user(), $pager->getStart(), $pager->getItemsPerPage(), $last_uriid);
|
||||
$count = Post\Content::countBySearch($search, local_user());
|
||||
}
|
||||
|
||||
if (!empty($uriids)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue