Skip to content

feat: domain filtering for search results #10

Description

@arrrnav

Allow users to restrict results to a specific domain (e.g. ics.uci.edu, cs.uci.edu).

Approach

  • Domain filtering can be applied post-retrieval — no index changes needed
  • URLs are already stored in id_to_url.json; extract the domain and filter before returning results
  • Expose as a query parameter on the /search endpoint: ?q=...&domain=ics.uci.edu

Frontend

  • Add a domain filter input or dropdown on the results page

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions