• Mark Chao's avatar
    ES: fix note leak for private feature · b4154340
    Mark Chao authored
    Note has 4 parent types. Since they are different features, they
    can't share project ids filtering.
    
    Each "has_parent" query must be "AND"ed with its respective filtered
    project ids. The 4 queries are then "OR"ed.
    b4154340
note_spec.rb 7.21 KB