diff options
| -rw-r--r-- | gentoobrowse/console/bugassociate.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gentoobrowse/console/bugassociate.xml b/gentoobrowse/console/bugassociate.xml index 626638e..655e33f 100644 --- a/gentoobrowse/console/bugassociate.xml +++ b/gentoobrowse/console/bugassociate.xml @@ -7,7 +7,7 @@  			SELECT b.bugid, p.packageid  			FROM bugs b, packages p, categories c  			WHERE p.categoryid = c.categoryid -			AND TO_TSVECTOR('english', b.summary) @@ PLAINTO_TSQUERY('english', c.name || '/' || p.name) +			AND TO_TSVECTOR('english', REGEXP_REPLACE(b.summary,'-[0-9][^ ]*','')) @@ PLAINTO_TSQUERY('english', c.name || '/' || p.name)  		</sql>  		<columns>  			<column key="true">bugid</column> | 
