php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37425 Bad results from searching for simple string in function list
Submitted: 2006-05-13 02:01 UTC Modified: 2006-05-13 02:43 UTC
From: PCPete at audiography dot com dot au Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2006-05-13 02:01 UTC] PCPete at audiography dot com dot au
Description:
------------
This is a genuine problem that appears to be similar to some CHM bugs, but actually appears on the php.net search function as well. I am not the person who submitted a similar report and then didn't follow up; I will follow up if needed.

When I searched for the string "play" in the function list (using the search fields at the top of the site pages), the sole page returned was the yp_all function page.
The string "play" does not appear on that page or in the metadocumentation for that page. This is just a heads-up on the logic error, I assume that other off-kilter search terms will also result in bogus page returns.
If you need any more info, please feel free to email me, I'll be glad to assist. Meanwhile I'll go "play"...

Cheers,
PC Pete


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-13 02:06 UTC] dave@php.net
This is expected behaviour.

metaphone('play') === metaphone('yp_all')
 [2006-05-13 02:43 UTC] PCPete at audiography dot com dot au
Thanks Dave, I didn't expect the metaphone behaviour as default. Next time I'll RTFS!
Cheers,
PCPete
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 16:01:34 2024 UTC