-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
After generating a digest with many papers across multiple disciplines, there's no way to search or filter without regenerating. Add client-side search/filter to find papers by keyword.
What to do
- Add a search input above the digest content (visible only when digest has content)
- Filter paper cards in real-time as the user types (Alpine.js recommended — no server round-trip)
- Match against paper title and abstract text
- Show/hide entire source sections if no papers match
- Show a "no results" message if nothing matches
- Clear button to reset the filter
Notes
- This should be purely client-side (Alpine.js) for instant feedback
- The digest data is already rendered in the DOM — just show/hide elements
- Consider debouncing the search input for performance with many papers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request