php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43352 Search ignores _, even if _ would produce an exact match
Submitted: 2007-11-20 20:06 UTC Modified: 2010-08-11 16:05 UTC
From: wfinn at riverbed dot com Assigned: philip (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2007-11-20 20:06 UTC] wfinn at riverbed dot com
Description:
------------
_ is ignored even if including the _ would produce a better match in the search box.

Reproduce code:
---------------
Search for function  oci_parse

Result automatically takes you to page for ociparse (http://www.php.net/manual/en/function.ociparse.php), telling you to follow the link to oci_parse (http://www.php.net/manual/en/function.oci-parse.php).



Patches

bug43352.diff (last revision 2010-07-09 14:13 UTC by vrana@php.net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-19 12:24 UTC] bjori@php.net
Typing "oci_parse" into the search box, picking "function list" sends me directly to function.oci-parse.php..

Please post the full query and the page you end up on.
 [2008-03-20 17:30 UTC] wfinn at riverbed dot com
start page:   http://www.php.net/manual/en/
query:        oci_parse  (in function list)
page result:  http://us2.php.net/manual/en/function.ociparse.php


Still happens, on multiple computers.
 [2008-03-20 18:06 UTC] bjori@php.net
Ahh. This the SQLite indexer vs no indexer problem.

I'll look into it.
 [2008-03-22 11:50 UTC] bjori@php.net
This is a "problem" with the SQLite indexing trying to guess which page you are looking for. Please use php.net/function.oci_parse to overwrite this.

 [2010-07-09 16:13 UTC] vrana@php.net
The following patch has been added/updated:

Patch Name: bug43352.diff
Revision:   1278684796
URL:        http://bugs.php.net/patch-display.php?bug=43352&patch=bug43352.diff&revision=1278684796
 [2010-07-09 16:13 UTC] vrana@php.net
-Status: Wont fix +Status: Open -Operating System: windows xp +Operating System:
 [2010-08-11 16:04 UTC] philip@php.net
Automatic comment from SVN on behalf of philip
Revision: http://svn.php.net/viewvc/?view=revision&revision=302105
Log: Fixed sqlite based search, patch by vrana and salathe, closes PHP Bug #43352
 [2010-08-11 16:05 UTC] philip@php.net
-Status: Assigned +Status: Closed -Assigned To: bjori +Assigned To: philip
 [2010-08-11 16:05 UTC] philip@php.net
Fixed in SVN, and it'll show up online in an hour or three. Thanks for the report 
:)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC