]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/BookmarkFileService.php
Handle tag filtering in the Bookmark service
[github/shaarli/Shaarli.git] / application / bookmark / BookmarkFileService.php
index fef998fdddc61e641e2571d18ea048d3020a9a20..3b3812afcea9512fe15049f286077252969a76e7 100644 (file)
@@ -296,6 +296,7 @@ class BookmarkFileService implements BookmarkServiceInterface
                 if (empty($tag)
                     || (! $this->isLoggedIn && startsWith($tag, '.'))
                     || $tag === BookmarkMarkdownFormatter::NO_MD_TAG
+                    || in_array($tag, $filteringTags, true)
                 ) {
                     continue;
                 }