api_generator
api_generator copied to clipboard
When searching, redirect user to result if only one is returned
Created by Predominant, 12th Dec 2009. (originally Lighthouse ticket #6):
(Reported by: joeb)
What happened
- Search for Inflector on http://api.cakephp.org/
- A page with one result was returned
What would be expected
- Search for Inflector on http://api.cakephp.org/
- A redirect to http://api.cakephp.org/class/inflector
6th Jan 2010, Juan Basso said:
I commited the solution on commit "962ba98":http://github.com/jrbasso/api_generator/commit/962ba986316d75fa2d5b8ef1dc6ff9680a24f2e0
The solution only is for classes/methods/properties. To functions, I can't replicate.