wombelix / pagure

Forked from pagure a year ago
Clone

08c4b19 fix(query): filtered records part of results

Authored and Committed by wombelix a year ago
    fix(query): filtered records part of results
    
    returned projects count wrong, filtered / excluded records like 'is_fork' still part of the results.
    'subquery' ignored the filter 'projects.filter(model.Project.is_fork == False', 'as_scalar' worked as expected.
    Similar to https://pagure.io/pagure/c/df9b15c
    
        
file modified
+1 -1