nusmodifications / nusmods

🏫 Official course planning platform for National University of Singapore.
https://nusmods.com
MIT License
578 stars 315 forks source link

Tab to search in chrome address bar #262

Closed ngzhian closed 8 years ago

ngzhian commented 8 years ago

It would be cool if we type in nusmods and press tab and we can search for a mods on nus mods :) The way to implement it is specified pretty clearly here: https://www.chromium.org/tab-to-search.

Might require adding a new url (to handle search) that does a redirect to one of the module pages.

xinan commented 8 years ago

I think https://nusmods.com/modules/<ModuleCode> would work but currently if the module doesn't exist we just show a blank page.

yangshun commented 8 years ago

Closed via #270