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(ui): add entity type prefix to convertToRelativeUrl for proper routing
Search results and other views using convertToRelativeUrl were generating
URLs like #/T10211 instead of #/topics/T10211, causing navigation failures.
- Add entity type detection from OpenAlex ID prefixes (W, A, T, etc.)
- Handle both path-based URLs (topics/T10211) and bare IDs (T10211)
- Map all OpenAlex prefixes including deprecated V (venues -> sources)
0 commit comments