Commit dcb7318
committed
fix: restore evidence_filter logic for non-history facet filtering
The previous commit introduced a dependency on prune_entities in the
evidence_filter assignment that broke live-only evidence filtering
when memory_types/time facets were requested without include_history.
Restore the original 'not include_history' logic; the prune_entities
override for history mode is handled separately below.
Fixes test_graph_scene_filters_supporting_memory_type_and_time_window.1 parent 0b2f070 commit dcb7318
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7797 | 7797 | | |
7798 | 7798 | | |
7799 | 7799 | | |
7800 | | - | |
| 7800 | + | |
7801 | 7801 | | |
7802 | 7802 | | |
7803 | 7803 | | |
| |||
0 commit comments