Oddbean new post about | logout
 LoL, how do we programatically break all URLs to existing stuff?

https://github.com/ansible-collections/news-for-maintainers/issues/59 
 @1efe3b1d POLA violation at its finest. 
 @1efe3b1d This seems like a prime example of something that could programmatically be solved with a 301 redirect. 
 @34eb3e27 @1efe3b1d 

It could. But then you would not be able to present a search results page, that "usually" points to the correct result. 
 @45ab6783 

with a bit of intelligence, no problem. They added that page I hear because there can be roles and collections with the same name.

Get the query, determine there's only one, and do a 302 to it. If there's more than one, present the "chooser" page.

@34eb3e27