Filter addition logs by date, status, filename, and search for specific additions.
Filter Overview
Addition History provides filtering capabilities to find specific addition records:
- Status Filter: Filter by addition status (Completed, Failed, In Progress)
- Filename Search: Search addition logs by filename
- Date Filtering: Filter by date range of when additions occurred
- Success/Error Count: Filter by number of successes or errors
- Combined Filters: Use multiple filters together for precise results
Status Filter
Filter additions by their completion status:
- Completed: Shows only successfully completed additions
- Failed: Shows only additions that failed or had errors
- In Progress: Shows additions currently being processed
- All: Shows all additions regardless of status (default)
- Visual Indicators: Status displayed with color-coded status badges
- Use Case: Filter by Failed to identify problematic additions
Filename Search
Search for additions by source filename:
- Search Field: Text input field for filename search
- Partial Matching: Matches any part of the filename
- Case Insensitive: Search is not case-sensitive
- Real-time Results: Results update as you type
- Clear Button: Clear search to show all additions
- Use Cases: Find additions from specific files, date-based filenames, etc.
Date Filtering
Filter additions by when they occurred:
- Date Range Picker: Select start and end dates for filtering
- Start Date: Earliest date to include in results
- End Date: Latest date to include in results
- Default Range: May default to recent dates or all dates
- Quick Filters: May have quick filters like "Today", "This Week", "This Month"
- Sorting: Date column may be sortable for chronological viewing
Success/Error Count Filters
Filter by number of successful or failed items:
- Success Count: Filter additions by number of successful items
- Error Count: Filter additions with specific number of errors
- Numeric Filters: May support greater than, less than, or equal to
- Perfect Imports: Filter to show only additions with zero errors
- Problematic Imports: Filter to show additions with errors
Combining Filters
All filters work together using AND logic:
- AND Logic: Additions must match all active filters to appear
- Example: Status "Failed" + Date Range + Filename search = additions matching all criteria
- Progressive Filtering: Start with one filter, add more to narrow down results
- Reset Filters: Clear all filters to see complete list of additions
- Filter Persistence: Filter settings may be saved to localStorage
Sorting Options
Sort addition logs for easier viewing:
- Date Sorting: Sort by date (newest first or oldest first)
- Status Sorting: Group by status (all completed together, etc.)
- Filename Sorting: Sort alphabetically by filename
- Success Count: Sort by number of successful items
- Multi-Level: May support sorting by multiple columns
Tip: Use status filter combined with date range to quickly find recent failed additions. This helps you identify and fix issues promptly.