cakephp / api_generator

[Unmaintained] Official CakePHP API Generator Git Repository
113 stars 31 forks source link

When searching, redirect user to result if only one is returned #7

Open ghost opened 11 years ago

ghost commented 11 years ago

Created by Predominant, 12th Dec 2009. (originally Lighthouse ticket #6):


(Reported by: joeb)

What happened

  1. Search for Inflector on http://api.cakephp.org/
  2. A page with one result was returned

    What would be expected

  3. Search for Inflector on http://api.cakephp.org/
  4. A redirect to http://api.cakephp.org/class/inflector
ghost commented 11 years ago

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.