From ee87fbd56f73bc45648617061e80401c051ec53b Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 13 Oct 2014 18:15:38 -0500 Subject: [PATCH] Show Pool excerpt for ordpool:1234 searches. --- app/logical/post_sets/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/post_sets/post.rb b/app/logical/post_sets/post.rb index a5aed3cfa..416f9db28 100644 --- a/app/logical/post_sets/post.rb +++ b/app/logical/post_sets/post.rb @@ -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?