php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68362 substring search in the manual not very useful
Submitted: 2014-11-06 10:38 UTC Modified: 2021-09-22 10:42 UTC
From: fa@php.net Assigned:
Status: Verified Package: Website problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fa@php.net
New email:
PHP Version: OS:

 

 [2014-11-06 10:38 UTC] fa@php.net
Description:
------------
http://php.net/manual-lookup.php?pattern=map

finds all the imap_* functions, but not array_map


https://bugs.php.net/bug.php?id=18231 seems related but wasn't the search completely revamped since then?

Test script:
---------------
see above

Expected result:
----------------
array_map should be found. It's better than no match of *map* being found at all, but still not very good.

Actual result:
--------------
see above

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-07-05 11:43 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2021-09-22 10:42 UTC] cmb@php.net
Ugh, it seems this search[1] could need some love.  AFAIK, SQLite
databases are always available now, so the fallbacks can be
removed (or whatever).  Or maybe switch to some third party
tool/library.

[1] <https://github.com/php/web-php/blob/master/include/manual-lookup.inc>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 19:01:32 2024 UTC