Title: Backend Logic for Browse and Search Modes
Description: Add backend support that distinguishes between browsing categories and performing direct searches.
Domain: Backend / Coding
Difficulty: Intermediate
Steps:
- Create separate API endpoints for browse and search.
- Implement logic for browsing by year, judge, or country.
- Test outputs to ensure separation.
Expected Outcome:
The backend supports browsing lists and running keyword searches independently.