posts: remove tag limit from searches.
This commit is contained in:
@@ -450,6 +450,7 @@ class User < ApplicationRecord
|
||||
end
|
||||
|
||||
def tag_query_limit(level)
|
||||
return Float::INFINITY
|
||||
if level >= User::Levels::MEMBER && Danbooru.config.is_promotion?
|
||||
Float::INFINITY
|
||||
elsif level >= User::Levels::BUILDER
|
||||
|
||||
Reference in New Issue
Block a user