Merge pull request #2267 from evazion/fix/ordpool-excerpt

Show pool excerpt for ordpool:1234 searches.
This commit is contained in:
Toks
2014-10-13 20:14:34 -04:00

View File

@@ -43,7 +43,7 @@ module PostSets
end
def pool_name
tag_string.match(/^pool:(\S+)$/i).try(:[], 1)
tag_string.match(/^(?:ord)?pool:(\S+)$/i).try(:[], 1)
end
def has_pool?