You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix catalog search matching and remove duplicate query/dedupe logic (#189)
- Catalog DB search (searchCatalogCourses) only matched fullName/courseName,
so searching by course code or instructor silently returned nothing. Extract
matchesCatalogQuery (code + title + short name + instructors) and use it in
both filterCatalogCourses and searchCatalogCourses so the two paths agree.
- Replace the inline Set dedupe in searchCores with dedupeCatalogCoursesByCode.
- Delete the duplicate "Requirement" dropdown that bound the same
formData.department as the Department dropdown (and its now-unused icon).
- Decode leaked HTML entity: Women's -> Women's.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments