Edit report at https://bugs.php.net/bug.php?id=68362&edit=1
ID: 68362 Updated by: c...@php.net Reported by: f...@php.net Summary: substring search in the manual not very useful Status: Verified Type: Bug Package: Website problem Operating System: Linux PHP Version: Irrelevant Block user comment: N Private report: N New Comment: 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> Previous Comments: ------------------------------------------------------------------------ [2016-07-05 11:43:21] c...@php.net Related To: Bug #72545 ------------------------------------------------------------------------ [2014-11-06 10:38:25] f...@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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=68362&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php