Commit 2f21663
committed
fix(unified-search): prevent provider disabling on content filter apply
When date range or person filters were applied, providers that didn't
support these filters were automatically disabled in the UI. This made
the in-folder filter appear auto-applied and prevented users from
searching non-compatible providers.
Remove automatic provider disabling logic from updateDateFilter(),
applyPersonFilter(), and removeFilter(). Content filters now apply only
to compatible providers via existing compatibility checks while keeping
all providers available for selection.1 parent 00e1264 commit 2f21663
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | 570 | | |
575 | 571 | | |
576 | 572 | | |
| |||
628 | 624 | | |
629 | 625 | | |
630 | 626 | | |
631 | | - | |
632 | 627 | | |
633 | 628 | | |
634 | 629 | | |
| |||
669 | 664 | | |
670 | 665 | | |
671 | 666 | | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | 667 | | |
676 | 668 | | |
677 | 669 | | |
| |||
0 commit comments