Skip to content

Rewrite filter algorithm to properly support filtering with expanded folders under Detail View mode.

Rewrite filter algorithm to properly support filtering with expanded folders under Detail View mode.

The previous algorithm kept all the expanded folders visible regardless of the filter. Now we are only displaying an expanded folder that either pass the filter itself, or at least one of its descendants passes the filter.

BUG_411878_before_after

BUG: 411878

This doesn't yet fix this other bug, although it's related.

CCBUG: 442275

Edited by Eduardo Cruz

Merge request reports