diff --git a/configs/sphinx/sphinx.conf b/configs/sphinx/sphinx.conf index 165d42314a..a1c8957fd9 100755 --- a/configs/sphinx/sphinx.conf +++ b/configs/sphinx/sphinx.conf @@ -68,6 +68,7 @@ source addons SELECT GROUP_CONCAT(tag_text) \ FROM users_tags_addons, tags \ WHERE tags.id = tag_id \ + AND tags.blacklisted = 0 \ AND addon_id = t.addon_id \ ) AS tags, \ ( \