UTDNebula/utd-trends

[Bug]: Special topics names show up in search

Open

#574 opened on Feb 24, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (35 forks)auto 404
Good First IssueType: Bug Report

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

What did you expect to happen?

Context: Special topics courses are advanced courses with a different topic for each section with a name in the format "Special Topics in Computer Science - " such as "Special Topics in Computer Science - Recent Trends in Datacenter Networks"

When I search for a special topics course, I'm searching for the general course, not a specific special topic. Yet one of the topics shows up in the search, not just "Special Topics in Computer Science".

What happened?

We've implemented removing these topics in the CourseOverview component: src\components\overview\CourseOverview\CourseOverview.tsx. Do something similar in the src\scripts\generateCourseNameTable.ts script.

Verify that all split courses are special topics courses, as in there are no other courses with dashes that should not be split.

Version

trends.utdnebula.com

What browsers are you seeing the problem on?

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide