| goba@php.net 2006-05-30, 3:59 am |
| ID: 37639
Updated by: goba@php.net
Reported By: sql at jlevine dot oiiiio dot net
-Status: Open
+Status: Bogus
Bug Type: Website problem
Operating System: Windows XP
PHP Version: Irrelevant
New Comment:
Our system is intended to cover spelling mistakes. Like if you try
"echa", you will get to the echo page. Since parent is not a function,
it is just a spelling mistake of "print" according to the soundex
matching we use.
Previous Comments:
------------------------------------------------------------------------
[2006-05-30 06:54:20] sql at jlevine dot oiiiio dot net
Description:
------------
Entering the text "parent" into the search box at the top of the page
at http://www.php.net and pressing "enter" or clicking the search arrow
when "function list" is selected to the right of the search box
redirects the user to the documentation page for the "print" function
at http://jp.php.net/manual/en/function.print.php
Searching "online documentation" instead of "function list" brings up
the desired page at http://www.php.net/manual/en/keyword.parent.php
While "parent" is indeed not a function, it seems that a standard
"Sorry, but the function parent is not in the online manual..." page
would be the more correct response.
Expected result:
----------------
Browser redirected to "Sorry, but the function parent is not in the
online manual..." at
http://www.php.net/manual-lookup.ph...=parent&lang=en or to
documentation of the special name parent at
http://www.php.net/manual/en/keyword.parent.php
Actual result:
--------------
Browser is redirected to documentation for "print" function at
http://www.php.net/manual/en/function.print.php
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37639&edit=1
|