Edit report at https://bugs.php.net/bug.php?id=77824&edit=1
ID: 77824 Updated by: [email protected] Reported by: teo8976 at gmail dot com Summary: REGRESSION Autocomplete suggestions for search have stopped working -Status: Open +Status: Duplicate -Type: Documentation Problem +Type: Bug Package: Website problem PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Duplicate of bug #77802 Previous Comments: ------------------------------------------------------------------------ [2019-03-29 18:26:48] teo8976 at gmail dot com Description: ------------ Steps to reproduce: 1. go to https://www.php.net/ 2. In the Search box on the top-right of the page, start typing the name of a function you know to exist, e.g. "microtime" Expected result: ---------------- A list of autocomplete suggestions should appear below the box as a dropdown, based on functions that actually exist (actually this should include other stuff besides functions, but that never worked; it used to work for functions though) whose name start with what you have typed Actual result: -------------- This used to work, but it no longer does. Actually I see this error in the javascript console that pretty much looks like it could be the cause of this exact issue: Access to XMLHttpRequest at 'https://php.net/js/search-index.php?lang=en' from origin 'https://www.php.net' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request. That's quite pathetic. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77824&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
