Bug Description
The Quick Search and FilterBar title filtering work correctly in the Tasks View but do not filter tasks when used in the Advanced Calendar View. Tasks remain visible in the calendar regardless of the search term or title filter applied.
Steps to Reproduce
- Open TaskNotes plugin (version 3.25.6)
- Navigate to Tasks View
- Use Quick Search or FilterBar to search/filter by task title (e.g., "meeting")
- Observe that tasks are correctly filtered - only matching tasks display
- Switch to Advanced Calendar View
- Apply the same Quick Search or FilterBar title filter
- Observe that all tasks remain visible regardless of the filter
Expected Behavior
According to the documentation: "The Advanced Calendar View includes the same FilterBar functionality as the Task List View, allowing you to filter which tasks appear on the calendar and save views."
Expected: Tasks in the Advanced Calendar View should be filtered by title search/filter, showing only tasks that match the search term or filter criteria.
Actual Behavior
Actual: All tasks remain visible in the Advanced Calendar View regardless of title search/filter applied. The filtering has no effect on which tasks are displayed in the calendar.
Environment
- TaskNotes Version: 3.25.6
- Obsidian Version: 1.9.14 (Installer 1.9.12)
- Platform: macOS (Darwin 25.0.0)
- Task Identification Method: tag (
#task)
Configuration Details
{
"taskIdentificationMethod": "tag",
"taskTag": "task",
"tasksFolder": "_REAL ESTATE/Scheduled",
"disableNoteIndexing": false
}
Additional Context
Related Issues
Bug Description
The Quick Search and FilterBar title filtering work correctly in the Tasks View but do not filter tasks when used in the Advanced Calendar View. Tasks remain visible in the calendar regardless of the search term or title filter applied.
Steps to Reproduce
Expected Behavior
According to the documentation: "The Advanced Calendar View includes the same FilterBar functionality as the Task List View, allowing you to filter which tasks appear on the calendar and save views."
Expected: Tasks in the Advanced Calendar View should be filtered by title search/filter, showing only tasks that match the search term or filter criteria.
Actual Behavior
Actual: All tasks remain visible in the Advanced Calendar View regardless of title search/filter applied. The filtering has no effect on which tasks are displayed in the calendar.
Environment
#task)Configuration Details
{ "taskIdentificationMethod": "tag", "taskTag": "task", "tasksFolder": "_REAL ESTATE/Scheduled", "disableNoteIndexing": false }Additional Context
Related Issues