Article search and filtering #81

Open
opened 2026-03-08 17:27:05 +01:00 by myrmidex · 0 comments
Owner

Summary

Add search and filter capabilities to the articles list.

Context

The articles controller currently returns Article::paginate() with no filtering. As the article count grows, finding specific articles or reviewing by feed/status becomes difficult.

Tasks

  • Search by title (partial match)
  • Filter by feed
  • Filter by approval status (pending/approved/rejected)
  • Filter by publish status (unpublished/publishing/published/error)
  • Filter by date range
  • Update API endpoint to accept query parameters
  • Update Livewire Articles component with filter UI
  • Tests for filtered queries
## Summary Add search and filter capabilities to the articles list. ## Context The articles controller currently returns `Article::paginate()` with no filtering. As the article count grows, finding specific articles or reviewing by feed/status becomes difficult. ## Tasks - [ ] Search by title (partial match) - [ ] Filter by feed - [ ] Filter by approval status (pending/approved/rejected) - [ ] Filter by publish status (unpublished/publishing/published/error) - [ ] Filter by date range - [ ] Update API endpoint to accept query parameters - [ ] Update Livewire Articles component with filter UI - [ ] Tests for filtered queries
myrmidex added this to the v2.0.0 milestone 2026-03-08 17:27:05 +01:00
myrmidex added the
enhancement
label 2026-03-08 17:27:05 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/fedi-feed-router#81
No description provided.