mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Saved searches now can search for tags as well
This commit is contained in:
parent
a612b10b2a
commit
a5dc41ab13
2 changed files with 17 additions and 6 deletions
|
@ -71,7 +71,7 @@ function search_content(&$a) {
|
|||
notice( t('Public access denied.') . EOL);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
nav_set_selected('search');
|
||||
|
||||
require_once("include/bbcode.php");
|
||||
|
@ -96,7 +96,6 @@ function search_content(&$a) {
|
|||
|
||||
$o .= search($search,'search-box','/search',((local_user()) ? true : false));
|
||||
|
||||
|
||||
if(strpos($search,'#') === 0) {
|
||||
$tag = true;
|
||||
$search = substr($search,1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue