1d9d7d Make search_issues rely on a subquery

Authored and Committed by Pierre-Yves Chibon 9 years ago
    Make search_issues rely on a subquery
    
    This is to allow using select distinct which is required for filtering
    with the privacy flag which otherwise return much more rows than desired.
    
    fixes http://209.132.184.222/progit/issue/65
    
        
file modified
+13 -5